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"
1414syn = { version = " 2" , features = [" full" ] }
1515
1616[dev-dependencies ]
17- trybuild = " 1.0.80 "
17+ trybuild = " 1.0.111 "
1818
1919[package .metadata .release ]
2020release = false
Original file line number Diff line number Diff line change 11error: example error
2- ##[error]: --> tests/ui/emit.rs:3:5
2+ --> tests/ui/emit.rs:3:5
33 |
443 | #[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+
89error: example error
9- ##[error]: --> tests/ui/emit.rs:8:5
10+ --> tests/ui/emit.rs:8:5
1011 |
1112 8 | / emit!(
1213 9 | | struct Struct;
131410 | | );
1415 | |_____^
1516 |
1617 = note: this error originates in the macro `emit` (in Nightly builds, run with -Z macro-backtrace for more info)
18+
1719error: example error
18- ##[error]: --> tests/ui/emit.rs:14:14
20+ --> tests/ui/emit.rs:14:14
1921 |
202214 | #[derive(Emit)]
2123 | ^^^^
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ quote = "1"
1414syn = { version = " 2" , features = [" full" ] }
1515
1616[dev-dependencies ]
17- trybuild = " 1.0.80 "
17+ trybuild = " 1.0.111 "
1818
1919[package .metadata .release ]
2020release = false
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ 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
99error: example error
10- --> tests/ui/emit.rs:8:5
10+ --> tests/ui/emit.rs:8:5
1111 |
1212 8 | / emit!(
1313 9 | | struct Struct;
You can’t perform that action at this time.
0 commit comments