From a8527bd23d51d783c6f691648a9b723379b0af6f Mon Sep 17 00:00:00 2001 From: rustbot Date: Fri, 15 Sep 2023 03:05:51 +0000 Subject: [PATCH] ices/104172.rs: fixed with errors === stdout === === stderr === error: expected expression, found `let` statement --> /home/runner/work/glacier/glacier/ices/104172.rs:5:7 | 5 | ! let y = 42; | ^^^ | = note: only supported directly in conditions of `if` and `while` expressions error: aborting due to previous error ============== --- {ices => fixed}/104172.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/104172.rs (100%) diff --git a/ices/104172.rs b/fixed/104172.rs similarity index 100% rename from ices/104172.rs rename to fixed/104172.rs