Skip to content

Commit e76db8e

Browse files
committedAug 30, 2014
Fixed missing use statement
1 parent aec34d8 commit e76db8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/librustc/middle/resolve.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use util::nodemap::{NodeMap, DefIdSet, FnvHashMap};
2323

2424
use syntax::ast::{Arm, BindByRef, BindByValue, BindingMode, Block, Crate};
2525
use syntax::ast::{DeclItem, DefId, Expr, ExprAgain, ExprBreak, ExprField};
26-
use syntax::ast::{ExprFnBlock, ExprForLoop, ExprLoop, ExprMethodCall};
26+
use syntax::ast::{ExprFnBlock, ExprForLoop, ExprLoop, ExprWhile, ExprMethodCall};
2727
use syntax::ast::{ExprPath, ExprProc, ExprStruct, ExprUnboxedFn, FnDecl};
2828
use syntax::ast::{ForeignItem, ForeignItemFn, ForeignItemStatic, Generics};
2929
use syntax::ast::{Ident, ImplItem, Item, ItemEnum, ItemFn, ItemForeignMod};

0 commit comments

Comments
 (0)