Skip to content

Commit c83ab4b

Browse files
ericktnikomatsakis
authored andcommitted
rustc: import vstore_uniq
1 parent 65bd46c commit c83ab4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rustc/middle/typeck.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ import syntax::codemap::span;
5252
import pat_util::{pat_is_variant, pat_id_map};
5353
import middle::ty;
5454
import middle::ty::{arg, field, node_type_table, mk_nil,
55-
ty_param_bounds_and_ty, lookup_public_fields};
55+
ty_param_bounds_and_ty, lookup_public_fields,
56+
vstore_uniq};
5657
import std::smallintmap;
5758
import std::map;
5859
import std::map::{hashmap, int_hash};

0 commit comments

Comments
 (0)