mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-06 03:52:53 +00:00
Export only what's in use from front::eval. Issue #604
This commit is contained in:
parent
bdc5abe82c
commit
172c5633c4
@ -10,6 +10,8 @@ import front::parser::new_parser;
|
||||
import front::parser::parse_inner_attrs_and_next;
|
||||
import front::parser::parse_mod_items;
|
||||
|
||||
export eval_crate_directives_to_mod;
|
||||
export mode_parse;
|
||||
|
||||
tag eval_mode { mode_depend; mode_parse; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user