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