We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec34d8 commit e76db8eCopy full SHA for e76db8e
src/librustc/middle/resolve.rs
@@ -23,7 +23,7 @@ use util::nodemap::{NodeMap, DefIdSet, FnvHashMap};
23
24
use syntax::ast::{Arm, BindByRef, BindByValue, BindingMode, Block, Crate};
25
use syntax::ast::{DeclItem, DefId, Expr, ExprAgain, ExprBreak, ExprField};
26
-use syntax::ast::{ExprFnBlock, ExprForLoop, ExprLoop, ExprMethodCall};
+use syntax::ast::{ExprFnBlock, ExprForLoop, ExprLoop, ExprWhile, ExprMethodCall};
27
use syntax::ast::{ExprPath, ExprProc, ExprStruct, ExprUnboxedFn, FnDecl};
28
use syntax::ast::{ForeignItem, ForeignItemFn, ForeignItemStatic, Generics};
29
use syntax::ast::{Ident, ImplItem, Item, ItemEnum, ItemFn, ItemForeignMod};
0 commit comments