Move functions from syntax::ast to syntax::ast_util
This leaves syntax::ast just defining the AST, which strikes me as somewhat nicer
This commit is contained in:
parent
a3affaa20f
commit
152cbaade7
33 changed files with 358 additions and 314 deletions
|
|
@ -21,7 +21,7 @@ import middle::ty;
|
|||
import middle::ty::field;
|
||||
import middle::ty::mt;
|
||||
import syntax::ast;
|
||||
import syntax::ast::dummy_sp;
|
||||
import syntax::ast_util::dummy_sp;
|
||||
import syntax::codemap::span;
|
||||
import syntax::util::interner;
|
||||
import util::common;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue