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 2b816b0 commit bafea3bCopy full SHA for bafea3b
src/librustc_driver/lib.rs
@@ -360,7 +360,7 @@ fn check_cfg(sopts: &config::Options,
360
let mut saw_invalid_predicate = false;
361
for item in sopts.cfg.iter() {
362
match item.node {
363
- ast::MetaList(ref pred, _) => {
+ ast::MetaItemKind::List(ref pred, _) => {
364
saw_invalid_predicate = true;
365
emitter.emit(None,
366
&format!("invalid predicate in --cfg command line argument: `{}`",
0 commit comments