fixup: meta item kind

This commit is contained in:
Oliver Schneider 2016-02-11 12:35:47 +01:00
parent 2b816b0d6a
commit bafea3bf78
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ fn check_cfg(sopts: &config::Options,
let mut saw_invalid_predicate = false;
for item in sopts.cfg.iter() {
match item.node {
ast::MetaList(ref pred, _) => {
ast::MetaItemKind::List(ref pred, _) => {
saw_invalid_predicate = true;
emitter.emit(None,
&format!("invalid predicate in --cfg command line argument: `{}`",