reproduction steps
Using Scala 2.13.7, omitting -Ymacro-annotations when compiling either the macro or its usage/expandage fails silently to expand.
problem
Since paradise was ingested, the compiler could complain if an annotation with a macroExpand method is compiled without the required compiler configuration.
Inspired by #12498