Move errors from libsyntax to its own crate
This commit is contained in:
parent
3908913db5
commit
6ae3502134
266 changed files with 1389 additions and 1176 deletions
|
@ -14,7 +14,7 @@ use std::env;
|
|||
|
||||
use ast;
|
||||
use ast::{Ident, Name, TokenTree};
|
||||
use codemap::Span;
|
||||
use syntax_pos::Span;
|
||||
use ext::base::{ExtCtxt, MacEager, MacResult};
|
||||
use ext::build::AstBuilder;
|
||||
use parse::token;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue