We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98740a5 commit 269bc6fCopy full SHA for 269bc6f
src/rustc/middle/trans/base.rs
@@ -3856,8 +3856,7 @@ fn trans_break_cont(bcx: block, to_end: bool)
3856
let _icx = bcx.insn_ctxt("trans_break_cont");
3857
// Locate closest loop block, outputting cleanup as we go.
3858
let mut unwind = bcx;
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
+ let mut target;
3861
loop {
3862
alt unwind.kind {
3863
block_scope({loop_break: some(brk), _}) {
0 commit comments