Is it possible to emit a dynamically generated compiler error message in inline methods or clauses?
Summoning an instance by means of a method context parameter allows to customize the error message declaratively annotating the parameter with @implicitNotFound which requires a literal string that supports a type placeholder.