rustc: Do not link to plugins
This flag seems to have erroneously been set to `true`.
This commit is contained in:
parent
e29f420255
commit
d4cece25cc
@ -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)
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user