From 6d2e17c6101865486a4c6de912cb348dac223df4 Mon Sep 17 00:00:00 2001 From: rustbot Date: Fri, 25 Oct 2019 12:08:08 +0000 Subject: [PATCH] ices/65383.rs: fixed with errors === stdout === === stderr === error[E0267]: `break` inside of a closure --> /home/runner/work/glacier/glacier/ices/65383.rs:4:13 | 3 | || { | -- enclosing closure 4 | break 'lab; | ^^^^^^^^^^ cannot `break` inside of a closure error: aborting due to previous error For more information about this error, try `rustc --explain E0267`. ============== --- {ices => fixed}/65383.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/65383.rs (100%) diff --git a/ices/65383.rs b/fixed/65383.rs similarity index 100% rename from ices/65383.rs rename to fixed/65383.rs