From ce6b1aba7d414962a9297c217214013355da77fd Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 4 Jul 2020 12:12:42 +0000 Subject: [PATCH] ices/73541.rs: fixed with errors === stdout === === stderr === error[E0767]: use of unreachable label `'a` --> /home/runner/work/glacier/glacier/ices/73541.rs:5:26 | 2 | 'a: loop { | -- unreachable label defined here ... 5 | continue 'a; | ^^ unreachable label `'a` | = note: labels are unreachable through functions, closures, async blocks and modules warning: unused label --> /home/runner/work/glacier/glacier/ices/73541.rs:2:5 | 2 | 'a: loop { | ^^ | = note: `#[warn(unused_labels)]` on by default error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0767`. ============== --- {ices => fixed}/73541.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/73541.rs (100%) diff --git a/ices/73541.rs b/fixed/73541.rs similarity index 100% rename from ices/73541.rs rename to fixed/73541.rs