blob: 5a2af45d077c4580aaad07def05efad839fe092b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
error: duplicate matcher binding
--> $DIR/issue-61053-duplicate-binder.rs:7:20
|
LL | ($x:tt $x:tt) => { $x };
| -- ^^
| |
| previous declaration
|
note: the lint level is defined here
--> $DIR/issue-61053-duplicate-binder.rs:1:9
|
LL | #![deny(meta_variable_misuse)]
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
|