]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/issue-61053-duplicate-binder.stderr
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
[rust.git] / tests / ui / macros / issue-61053-duplicate-binder.stderr
1 error: duplicate matcher binding
2   --> $DIR/issue-61053-duplicate-binder.rs:7:20
3    |
4 LL |             ($x:tt $x:tt) => { $x };
5    |              --    ^^
6    |              |
7    |              previous declaration
8    |
9 note: the lint level is defined here
10   --> $DIR/issue-61053-duplicate-binder.rs:1:9
11    |
12 LL | #![deny(meta_variable_misuse)]
13    |         ^^^^^^^^^^^^^^^^^^^^
14
15 error: aborting due to previous error
16