Skip to content

Commit e7b1065

Browse files
committed
---
yaml --- r: 16057 b: refs/heads/try c: 174f789 h: refs/heads/master i: 16055: c7e0b4c v: v3
1 parent dbb218b commit e7b1065

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 842f9d8616af2b652bbfe6d568a45106c6a12ffe
5+
refs/heads/try: 174f789e0b98cc98d4ba08076c61ef7a4b03a687
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

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