Skip to content

Commit 249b4d4

Browse files
committed
Update ui test suite to nightly-2022-05-13
1 parent 5becc2e commit 249b4d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/ui/delimiter-span.stderr

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ error: no rules expected the token `{`
1515
...
1616
18 | picky!({ 123 });
1717
| ^ no rules expected this token in macro call
18+
19+
warning: 1st rule of macro `picky` is never used
20+
--> tests/ui/delimiter-span.rs:4:5
21+
|
22+
4 | ($(t:tt)*) => {};
23+
| ^^^^^^^^^^
24+
|
25+
= note: `#[warn(unused_macro_rules)]` on by default

0 commit comments

Comments
 (0)