We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd3f5a commit e149dc0Copy full SHA for e149dc0
src/test/ui/macros/macro-multiple-matcher-bindings.rs
@@ -2,7 +2,6 @@
2
// invocation time.
3
4
#![allow(unused_macros)]
5
-#![warn(duplicate_matcher_binding_name)]
6
7
macro_rules! foo1 {
8
($a:ident, $a:ident) => {}; //~ERROR duplicate matcher binding
0 commit comments