rustc: Do not link to plugins

This flag seems to have erroneously been set to `true`.
This commit is contained in:
Alex Crichton 2015-02-11 16:13:27 -08:00
parent e29f420255
commit d4cece25cc

View File

@ -462,7 +462,7 @@ impl<'a> CrateReader<'a> {
name: s.to_string(),
ident: s.to_string(),
id: ast::DUMMY_NODE_ID,
should_link: true,
should_link: false,
}, sp)
}
};