Skip to content

Commit 421464a

Browse files
committed
Fix #10466: Update reporting API
1 parent 8059fce commit 421464a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-dotty/sbt-test/source-dependencies/macro-expansion-dependencies-2/changes/MacroRuntimeCompileError.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object MacroRuntime {
44

55
def impl()(using q: Quotes): Expr[Unit] = {
66
import quotes.reflect._
7-
Reporting.error("some error", Position.ofMacroExpansion)
7+
report.error("some error", Position.ofMacroExpansion)
88
'{ println("Implementation in MacroCompileError") }
99
}
1010

0 commit comments

Comments
 (0)