rustc: Move new_def_hash to ast_util
This commit is contained in:
parent
8ec467d521
commit
4756556748
11 changed files with 35 additions and 35 deletions
|
|
@ -4,6 +4,7 @@
|
|||
import std::map;
|
||||
import std::map::hashmap;
|
||||
import syntax::{ast, attr};
|
||||
import syntax::ast_util::new_def_hash;
|
||||
import util::common::*;
|
||||
|
||||
export cstore::{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue