1
Fork 0

librustc: Fix merge fallout.

This commit is contained in:
Patrick Walton 2013-09-18 18:18:45 -07:00
parent 90d3da9711
commit 3b1d3e5bf8
6 changed files with 244 additions and 168 deletions

View file

@ -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
}
}