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 ddbcc71 commit a49bf4fCopy full SHA for a49bf4f
examples/macro/tests/ui/emit.stderr
@@ -1,23 +1,21 @@
1
error: example error
2
- --> tests/ui/emit.rs:3:5
+Error: --> tests/ui/emit.rs:3:5
3
|
4
3 | #[attr_emit]
5
| ^^^^^^^^^^^^
6
7
= note: this error originates in the attribute macro `attr_emit` (in Nightly builds, run with -Z macro-backtrace for more info)
8
-
9
10
- --> tests/ui/emit.rs:8:5
+Error: --> tests/ui/emit.rs:8:5
11
12
8 | / emit!(
13
9 | | struct Struct;
14
10 | | );
15
| |_____^
16
17
= note: this error originates in the macro `emit` (in Nightly builds, run with -Z macro-backtrace for more info)
18
19
20
- --> tests/ui/emit.rs:14:14
+Error: --> tests/ui/emit.rs:14:14
21
22
14 | #[derive(Emit)]
23
| ^^^^
0 commit comments