]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-61053-duplicate-binder.stderr
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
[rust.git] / src / test / 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