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/Splicer.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ object Splicer {
72
72
if!ctx.reporter.hasErrors then
73
73
report.error("Macro expansion was aborted by the macro without any errors reported. Macros should issue errors to end-users when aborting a macro expansion with StopMacroExpansion.", splicePos)
74
74
// errors have been emitted
75
-
EmptyTree
75
+
ref(defn.Predef_undefined).withType(ErrorType(em"macro expansion was stopped"))
0 commit comments