rustc: import vstore_uniq
This commit is contained in:
parent
65bd46c8a5
commit
c83ab4bcb8
1 changed files with 2 additions and 1 deletions
|
|
@ -52,7 +52,8 @@ import syntax::codemap::span;
|
|||
import pat_util::{pat_is_variant, pat_id_map};
|
||||
import middle::ty;
|
||||
import middle::ty::{arg, field, node_type_table, mk_nil,
|
||||
ty_param_bounds_and_ty, lookup_public_fields};
|
||||
ty_param_bounds_and_ty, lookup_public_fields,
|
||||
vstore_uniq};
|
||||
import std::smallintmap;
|
||||
import std::map;
|
||||
import std::map::{hashmap, int_hash};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue