Skip to content

Commit cd098bd

Browse files
committed
---
yaml --- r: 129944 b: refs/heads/try c: e76db8e h: refs/heads/master v: v3
1 parent b1adc92 commit cd098bd

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 0bdac78da87605f6f7f6e7924872617226b19c85
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 602592675ce86aeca465c4ac748cee2bff291443
5-
refs/heads/try: aec34d8f2673c0fc1f83082718a94bd8f02578f0
5+
refs/heads/try: e76db8ebc2955ce19605a9c73d2b26b977406803
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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)