Compilation error due to a placeholder in an ineligible block
does X::Comp
Thrown when a placeholder variable is used in a block that does not allow a signature.
For example
dies with
Placeholder variable may not be used here because the surrounding block takes no signature
Returns the name of the (first) illegally used placeholder.