Skip to content

Commit 19c6763

Browse files
committed
test: Update trybuild tests
1 parent 6bbb9c4 commit 19c6763

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/ui/missing_comma.stderr

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ error: expected `;` or `,`
44
4 | AndMore = ::std::hash::Hash ..Ord, ::core::clone::Clone, ::core::marker::Copy, ::core::default::Default;
55
| ^
66

7-
warning: unused macro definition: `Eq`
8-
--> tests/ui/missing_comma.rs:3:9
9-
|
10-
3 | Eq = ::core::cmp::Eq, ::core::cmp::PartialEq;
11-
| ^^
12-
|
13-
= note: `#[warn(unused_macros)]` on by default
14-
157
warning: unused macro definition: `AndMore`
168
--> tests/ui/missing_comma.rs:4:9
179
|
1810
4 | AndMore = ::std::hash::Hash ..Ord, ::core::clone::Clone, ::core::marker::Copy, ::core::default::Default;
1911
| ^^^^^^^
12+
|
13+
= note: `#[warn(unused_macros)]` on by default
14+
15+
warning: unused macro definition: `Eq`
16+
--> tests/ui/missing_comma.rs:3:9
17+
|
18+
3 | Eq = ::core::cmp::Eq, ::core::cmp::PartialEq;
19+
| ^^

0 commit comments

Comments
 (0)