提交 d4cece25 编写于 作者: A Alex Crichton

rustc: Do not link to plugins

This flag seems to have erroneously been set to `true`.
上级 e29f4202
...@@ -462,7 +462,7 @@ pub fn read_plugin_metadata<'b>(&'b mut self, ...@@ -462,7 +462,7 @@ pub fn read_plugin_metadata<'b>(&'b mut self,
name: s.to_string(), name: s.to_string(),
ident: s.to_string(), ident: s.to_string(),
id: ast::DUMMY_NODE_ID, id: ast::DUMMY_NODE_ID,
should_link: true, should_link: false,
}, sp) }, sp)
} }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册