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
|
@ -15,11 +15,11 @@
|
|||
*/
|
||||
|
||||
use syntax::ast;
|
||||
use syntax::codemap::Span;
|
||||
use syntax::ext::base::*;
|
||||
use syntax::ext::base;
|
||||
use syntax::ext::build::AstBuilder;
|
||||
use syntax::parse::token;
|
||||
use syntax_pos::Span;
|
||||
|
||||
use std::env;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue