Skip to content

Commit cef15d3

Browse files
committed
update-trybuild
1 parent 9e3e807 commit cef15d3

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

examples/macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ quote = "1"
1414
syn = { version = "2", features = ["full"] }
1515

1616
[dev-dependencies]
17-
trybuild = "1.0.80"
17+
trybuild = "1.0.111"
1818

1919
[package.metadata.release]
2020
release = false

examples/macro/tests/ui/emit.stderr

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
error: example error
2-
##[error]: --> tests/ui/emit.rs:3:5
2+
--> 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+
89
error: 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;
1314
10 | | );
1415
| |_____^
1516
|
1617
= note: this error originates in the macro `emit` (in Nightly builds, run with -Z macro-backtrace for more info)
18+
1719
error: example error
18-
##[error]: --> tests/ui/emit.rs:14:14
20+
--> tests/ui/emit.rs:14:14
1921
|
2022
14 | #[derive(Emit)]
2123
| ^^^^

examples/no_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ quote = "1"
1414
syn = { version = "2", features = ["full"] }
1515

1616
[dev-dependencies]
17-
trybuild = "1.0.80"
17+
trybuild = "1.0.111"
1818

1919
[package.metadata.release]
2020
release = false

examples/no_macro/tests/ui/emit.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

99
error: example error
10-
--> tests/ui/emit.rs:8:5
10+
--> tests/ui/emit.rs:8:5
1111
|
1212
8 | / emit!(
1313
9 | | struct Struct;

0 commit comments

Comments
 (0)