Skip to content

Commit 3e6ddf7

Browse files
ericktnikomatsakis
authored andcommitted
rustc: make sure to import shr.
1 parent ad19609 commit 3e6ddf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/resolve3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import syntax::ast::{local, local_crate, lt, method, mul, ne, neg, node_id};
3333
import syntax::ast::{pat, pat_enum, pat_ident, path, prim_ty, pat_box};
3434
import syntax::ast::{pat_lit, pat_range, pat_rec, pat_struct, pat_tup};
3535
import syntax::ast::{pat_uniq, pat_wild, private, provided, public, required};
36-
import syntax::ast::{rem, self_ty_, shl, stmt_decl, struct_field};
36+
import syntax::ast::{rem, self_ty_, shl, shr, stmt_decl, struct_field};
3737
import syntax::ast::{struct_variant_kind, sty_static, subtract, trait_ref};
3838
import syntax::ast::{tuple_variant_kind, ty, ty_bool, ty_char, ty_f, ty_f32};
3939
import syntax::ast::{ty_f64, ty_float, ty_i, ty_i16, ty_i32, ty_i64, ty_i8};

0 commit comments

Comments
 (0)