librustc: De-@str NameAndSpan

This commit is contained in:
Patrick Walton
2014-01-30 15:53:09 -08:00
committed by Huon Wilson
parent a4dd3fe2f2
commit c5cbfe89f8
5 changed files with 38 additions and 25 deletions

View File

@@ -335,7 +335,8 @@ impl<'a> ExtCtxt<'a> {
Some(@ExpnInfo {
call_site: Span {lo: cs.lo, hi: cs.hi,
expn_info: self.backtrace},
callee: *callee});
callee: (*callee).clone()
});
}
}
}