Skip to content

Commit 166471e

Browse files
committed
Bless ui tests for libcore reformat
1 parent 95e00bf commit 166471e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/macros/unknown-builtin.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ LL | macro_rules! unknown { () => () }
77
error: cannot find a built-in macro with name `line`
88
--> <::core::macros::builtin::line macros>:1:1
99
|
10-
LL | () => { }
11-
| ^^^^^^^^^
10+
LL | () => { } ;
11+
| ^^^^^^^^^^^
1212

1313
error: aborting due to 2 previous errors
1414

0 commit comments

Comments
 (0)