1
Fork 0

De-@ codemap and diagnostic.

This commit is contained in:
Eduard Burtescu 2014-03-16 20:56:24 +02:00
parent 0bb6de3076
commit 871e570810
33 changed files with 311 additions and 356 deletions

View file

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