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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue