1
Fork 0

syntax: Fix fallout of removing get()

This commit is contained in:
Alex Crichton 2014-03-20 15:05:37 -07:00
parent cd510b3382
commit f3682b5639
12 changed files with 159 additions and 209 deletions

View file

@ -628,7 +628,7 @@ impl<'a> AstBuilder for ExtCtxt<'a> {
vec!(
self.expr_str(span, msg),
self.expr_str(span,
token::intern_and_get_ident(loc.file.deref().name)),
token::intern_and_get_ident(loc.file.name)),
self.expr_uint(span, loc.line)))
}