syntax: Move fn spanned into ast_util
This commit is contained in:
parent
bcbcbad774
commit
7fa7e56341
4 changed files with 8 additions and 9 deletions
|
@ -4,8 +4,7 @@ import std::map::{hashmap, str_hash};
|
|||
import token::{can_begin_expr, is_ident, is_plain_ident};
|
||||
import codemap::{span,fss_none};
|
||||
import util::interner;
|
||||
import ast::spanned;
|
||||
import ast_util::{mk_sp, ident_to_path};
|
||||
import ast_util::{spanned, mk_sp, ident_to_path};
|
||||
import lexer::reader;
|
||||
import prec::{op_spec, as_prec};
|
||||
import attr::{parse_outer_attrs_or_ext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue