Skip to content

Commit 5b2f23c

Browse files
committed
fix-test-errors
1 parent 36f431a commit 5b2f23c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/macro/tests/ui/emit.stderr

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ error: example error
77
= note: this error originates in the attribute macro `attr_emit` (in Nightly builds, run with -Z macro-backtrace for more info)
88

99
error: example error
10-
--> tests/ui/emit.rs:8:5
11-
|
12-
8 | / emit!(
13-
9 | | struct Struct;
10+
--> tests/ui/emit.rs:8:5
11+
|
12+
8 | / emit!(
13+
9 | | struct Struct;
1414
10 | | );
1515
| |_____^
1616
|

examples/no_macro/tests/ui/emit.stderr

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ error: example error
77
= note: this error originates in the attribute macro `attr_emit` (in Nightly builds, run with -Z macro-backtrace for more info)
88

99
error: example error
10-
--> tests/ui/emit.rs:8:5
11-
|
12-
8 | / emit!(
13-
9 | | struct Struct;
10+
--> tests/ui/emit.rs:8:5
11+
|
12+
8 | / emit!(
13+
9 | | struct Struct;
1414
10 | | );
1515
| |_____^
1616
|

0 commit comments

Comments
 (0)