File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ quote = "1"
14
14
syn = { version = " 2" , features = [" full" ] }
15
15
16
16
[dev-dependencies ]
17
- trybuild = " 1.0.80 "
17
+ trybuild = " 1.0.111 "
18
18
19
19
[package .metadata .release ]
20
20
release = false
Original file line number Diff line number Diff line change 1
1
error: example error
2
- ##[error]: --> tests/ui/emit.rs:3:5
2
+ --> tests/ui/emit.rs:3:5
3
3
|
4
4
3 | #[attr_emit]
5
5
| ^^^^^^^^^^^^
6
6
|
7
7
= note: this error originates in the attribute macro `attr_emit` (in Nightly builds, run with -Z macro-backtrace for more info)
8
+
8
9
error: example error
9
- ##[error]: --> tests/ui/emit.rs:8:5
10
+ --> tests/ui/emit.rs:8:5
10
11
|
11
12
8 | / emit!(
12
13
9 | | struct Struct;
13
14
10 | | );
14
15
| |_____^
15
16
|
16
17
= note: this error originates in the macro `emit` (in Nightly builds, run with -Z macro-backtrace for more info)
18
+
17
19
error: example error
18
- ##[error]: --> tests/ui/emit.rs:14:14
20
+ --> tests/ui/emit.rs:14:14
19
21
|
20
22
14 | #[derive(Emit)]
21
23
| ^^^^
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ quote = "1"
14
14
syn = { version = " 2" , features = [" full" ] }
15
15
16
16
[dev-dependencies ]
17
- trybuild = " 1.0.80 "
17
+ trybuild = " 1.0.111 "
18
18
19
19
[package .metadata .release ]
20
20
release = false
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ error: example error
7
7
= note: this error originates in the attribute macro `attr_emit` (in Nightly builds, run with -Z macro-backtrace for more info)
8
8
9
9
error: example error
10
- --> tests/ui/emit.rs:8:5
10
+ --> tests/ui/emit.rs:8:5
11
11
|
12
12
8 | / emit!(
13
13
9 | | struct Struct;
You can’t perform that action at this time.
0 commit comments