From 7d843d70482fa62627e8dde93d4262fa75087cbe Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 13 Feb 2022 12:09:23 +0000 Subject: [PATCH] ices/93646.rs: fixed with errors === stdout === === stderr === error[E0381]: use of possibly-uninitialized variable: `s` --> /home/runner/work/glacier/glacier/ices/93646.rs:2:19 | 2 | let s: usize; s + 1 | ^ use of possibly-uninitialized `s` error: aborting due to previous error For more information about this error, try `rustc --explain E0381`. ============== --- {ices => fixed}/93646.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/93646.rs (100%) diff --git a/ices/93646.rs b/fixed/93646.rs similarity index 100% rename from ices/93646.rs rename to fixed/93646.rs