From 174a8073e59003159041e2dd17417eceb6b396f8 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 27 May 2020 12:12:31 +0000 Subject: [PATCH] ices/72105.sh: fixed with no errors === stdout === === stderr === warning: unused variable: `x` --> 72105.rs:6:5 | 6 | let x: &[u8; 0] = | ^ help: if this is intentional, prefix it with an underscore: `_x` | = note: `#[warn(unused_variables)]` on by default warning: 1 warning emitted ============== --- {ices => fixed}/72105.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/72105.sh (100%) diff --git a/ices/72105.sh b/fixed/72105.sh similarity index 100% rename from ices/72105.sh rename to fixed/72105.sh