Skip to content

Commit a71d074

Browse files
committed
---
yaml --- r: 129695 b: refs/heads/master c: e76db8e h: refs/heads/master i: 129693: fd0736e 129691: 42b9670 129687: 7daa752 129679: f287558 129663: d29dd9f v: v3
1 parent f55b114 commit a71d074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: aec34d8f2673c0fc1f83082718a94bd8f02578f0
2+
refs/heads/master: e76db8ebc2955ce19605a9c73d2b26b977406803
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 602592675ce86aeca465c4ac748cee2bff291443
55
refs/heads/try: 55c1a67fa1eb621bb8e73e0b13af2823391eb1be

trunk/src/librustc/middle/resolve.rs

Lines changed: 1 addition & 1 deletion
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)