We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5becc2e commit 249b4d4Copy full SHA for 249b4d4
tests/ui/delimiter-span.stderr
@@ -15,3 +15,11 @@ error: no rules expected the token `{`
15
...
16
18 | picky!({ 123 });
17
| ^ 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