From 31215421ca100bf55d53f0ec33f243dabfa72ccb Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 28 Dec 2019 12:05:45 +0000 Subject: [PATCH] ices/61774.rs: fixed with errors === stdout === === stderr === error: `std::intrinsics::transmute` is not yet stable as a const fn --> /home/runner/work/glacier/glacier/ices/61774.rs:2:25 | 2 | let _: [_; unsafe { std::mem::transmute(|| {}) }]; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: add `#![feature(const_transmute)]` to the crate attributes to enable error[E0080]: evaluation of constant value failed --> /home/runner/work/glacier/glacier/ices/61774.rs:2:25 | 2 | let _: [_; unsafe { std::mem::transmute(|| {}) }]; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ tried to transmute from [closure@/home/runner/work/glacier/glacier/ices/61774.rs:2:45: 2:50] to usize, but their sizes differed error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0080`. ============== --- {ices => fixed}/61774.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/61774.rs (100%) diff --git a/ices/61774.rs b/fixed/61774.rs similarity index 100% rename from ices/61774.rs rename to fixed/61774.rs