Emit an error when trying to call a Scala 2 macro from Dotty #6150
Labels
area:reporting
Error reporting including formatting, implicit suggestions, etc
compat:scala2
itype:bug
Right now, calling a Scala 2 macro present on the classpath will compile fine, but crash at runtime with a NoSuchMethodError since the method is not present in bytecode. We should emit an error at compile-time instead.
The text was updated successfully, but these errors were encountered: