You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/src/dotty/tools/dotc/transform/MacroAnnotations.scala
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -68,10 +68,8 @@ class MacroAnnotations(thisPhase: DenotTransformer):
68
68
if!ctx.reporter.hasErrors then
69
69
report.error("Macro expansion was aborted by the macro without any errors reported. Macros should issue errors to end-users to facilitate debugging when aborting a macro expansion.", annot.tree)
70
70
List(tree)
71
-
caseInterpreter.MissingClassDefinedInCurrentRun(sym) if ctx.compilationUnit.isSuspendable =>
72
-
if (ctx.settings.XprintSuspension.value)
73
-
report.echo(i"suspension triggered by a dependency on $sym", annot.tree)
74
-
ctx.compilationUnit.suspend() // this throws a SuspendException
0 commit comments