From d413e49ca7f460fe3d8f31a3ae5103330027390a Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 16 Nov 2020 12:16:42 +0000 Subject: [PATCH] ices/75158.rs: fixed with errors === stdout === === stderr === warning: unused variable: `x` --> /home/runner/work/glacier/glacier/ices/75158.rs:8:9 | 8 | let x = f(); | ^ help: if this is intentional, prefix it with an underscore: `_x` | = note: `#[warn(unused_variables)]` on by default warning: field is never read: `x` --> /home/runner/work/glacier/glacier/ices/75158.rs:1:15 | 1 | struct S { x: [T; !0] } | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default error: the type `[u8; 18446744073709551615]` is too big for the current architecture error: aborting due to previous error; 2 warnings emitted ============== --- {ices => fixed}/75158.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/75158.rs (100%) diff --git a/ices/75158.rs b/fixed/75158.rs similarity index 100% rename from ices/75158.rs rename to fixed/75158.rs