librustc: Fix merge fallout.
This commit is contained in:
parent
90d3da9711
commit
3b1d3e5bf8
6 changed files with 244 additions and 168 deletions
|
@ -869,7 +869,7 @@ struct Duplicator {
|
|||
}
|
||||
|
||||
impl fold::ast_fold for Duplicator {
|
||||
fn new_id(&self, _: NodeId) -> NodeId {
|
||||
fn new_id(&self, _: NodeId) -> NodeId {
|
||||
ast::DUMMY_NODE_ID
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue