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 7ff102a commit 0691c01Copy full SHA for 0691c01
src/libsyntax/attr.rs
@@ -319,7 +319,6 @@ pub fn require_unique_names(diagnostic: @mut span_handler,
319
for meta in metas.iter() {
320
let name = meta.name();
321
322
- // FIXME: How do I silence the warnings? --pcw (#2619)
323
if !set.insert(name) {
324
diagnostic.span_fatal(meta.span,
325
fmt!("duplicate meta item `%s`", name));
0 commit comments