Skip to content

Commit a49bf4f

Browse files
committed
huhuh
1 parent ddbcc71 commit a49bf4f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

examples/macro/tests/ui/emit.stderr

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
error: example error
2-
--> tests/ui/emit.rs:3:5
2+
Error: --> tests/ui/emit.rs:3:5
33
|
44
3 | #[attr_emit]
55
| ^^^^^^^^^^^^
66
|
77
= note: this error originates in the attribute macro `attr_emit` (in Nightly builds, run with -Z macro-backtrace for more info)
8-
98
error: example error
10-
--> tests/ui/emit.rs:8:5
9+
Error: --> tests/ui/emit.rs:8:5
1110
|
1211
8 | / emit!(
1312
9 | | struct Struct;
1413
10 | | );
1514
| |_____^
1615
|
1716
= note: this error originates in the macro `emit` (in Nightly builds, run with -Z macro-backtrace for more info)
18-
1917
error: example error
20-
--> tests/ui/emit.rs:14:14
18+
Error: --> tests/ui/emit.rs:14:14
2119
|
2220
14 | #[derive(Emit)]
2321
| ^^^^

0 commit comments

Comments
 (0)