Skip to content

Commit 84181d2

Browse files
committed
---
yaml --- r: 13051 b: refs/heads/master c: 174f789 h: refs/heads/master i: 13049: 4f56db7 13047: 5fa5af7 v: v3
1 parent c6191c8 commit 84181d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: 842f9d8616af2b652bbfe6d568a45106c6a12ffe
2+
refs/heads/master: 174f789e0b98cc98d4ba08076c61ef7a4b03a687
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/rustc/middle/trans/base.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3857,6 +3857,7 @@ fn trans_break_cont(bcx: block, to_end: bool)
38573857
// Locate closest loop block, outputting cleanup as we go.
38583858
let mut unwind = bcx;
38593859
let mut target = bcx; // FIXME---not necc. but tstate thinks it is
3860+
let _target = target; // FIXME---hack to shut up liveness about target
38603861
loop {
38613862
alt unwind.kind {
38623863
block_scope({loop_break: some(brk), _}) {

0 commit comments

Comments
 (0)