diff options
| author | Erick Tryzelaar <erick.tryzelaar@gmail.com> | 2012-08-26 11:50:37 -0700 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2012-08-27 14:10:55 -0700 |
| commit | 3e6ddf72baefb1db2909061ed96abcb85bd4d6f1 (patch) | |
| tree | 1ba9edb27610f140ff2babda44f68e91296c0b43 /src | |
| parent | ad19609dbce8bae2dcbb7debb0ed4a7d9b490d31 (diff) | |
| download | rust-3e6ddf72baefb1db2909061ed96abcb85bd4d6f1.tar.gz rust-3e6ddf72baefb1db2909061ed96abcb85bd4d6f1.zip | |
rustc: make sure to import shr.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rustc/middle/resolve3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustc/middle/resolve3.rs b/src/rustc/middle/resolve3.rs index d83fc7a244c..eca96816be8 100644 --- a/src/rustc/middle/resolve3.rs +++ b/src/rustc/middle/resolve3.rs @@ -33,7 +33,7 @@ import syntax::ast::{local, local_crate, lt, method, mul, ne, neg, node_id}; import syntax::ast::{pat, pat_enum, pat_ident, path, prim_ty, pat_box}; import syntax::ast::{pat_lit, pat_range, pat_rec, pat_struct, pat_tup}; import syntax::ast::{pat_uniq, pat_wild, private, provided, public, required}; -import syntax::ast::{rem, self_ty_, shl, stmt_decl, struct_field}; +import syntax::ast::{rem, self_ty_, shl, shr, stmt_decl, struct_field}; import syntax::ast::{struct_variant_kind, sty_static, subtract, trait_ref}; import syntax::ast::{tuple_variant_kind, ty, ty_bool, ty_char, ty_f, ty_f32}; import syntax::ast::{ty_f64, ty_float, ty_i, ty_i16, ty_i32, ty_i64, ty_i8}; |
