From 099d63cd7236bfb5ace45b87ab34ff161b993e78 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 6 May 2020 12:09:04 +0000 Subject: [PATCH] ices/70934.rs: fixed with errors === stdout === === stderr === error[E0508]: cannot move out of type `[S; 1]`, a non-copy array --> /home/runner/work/glacier/glacier/ices/70934.rs:4:7 | 4 | &([S][0],); | ^^^^^^ | | | cannot move out of here | move occurs because value has type `S`, which does not implement the `Copy` trait error: aborting due to previous error For more information about this error, try `rustc --explain E0508`. ============== --- {ices => fixed}/70934.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/70934.rs (100%) diff --git a/ices/70934.rs b/fixed/70934.rs similarity index 100% rename from ices/70934.rs rename to fixed/70934.rs