File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
trunk/src/rustc/middle/trans Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 842f9d8616af2b652bbfe6d568a45106c6a12ffe
2
+ refs/heads/master: 174f789e0b98cc98d4ba08076c61ef7a4b03a687
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -3857,6 +3857,7 @@ fn trans_break_cont(bcx: block, to_end: bool)
3857
3857
// Locate closest loop block, outputting cleanup as we go.
3858
3858
let mut unwind = bcx;
3859
3859
let mut target = bcx; // FIXME---not necc. but tstate thinks it is
3860
+ let _target = target; // FIXME---hack to shut up liveness about target
3860
3861
loop {
3861
3862
alt unwind. kind {
3862
3863
block_scope ( { loop_break : some( brk) , _} ) {
You can’t perform that action at this time.
0 commit comments