We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e00bf commit 166471eCopy full SHA for 166471e
src/test/ui/macros/unknown-builtin.stderr
@@ -7,8 +7,8 @@ LL | macro_rules! unknown { () => () }
7
error: cannot find a built-in macro with name `line`
8
--> <::core::macros::builtin::line macros>:1:1
9
|
10
-LL | () => { }
11
- | ^^^^^^^^^
+LL | () => { } ;
+ | ^^^^^^^^^^^
12
13
error: aborting due to 2 previous errors
14
0 commit comments