From cc4753c810d4294ce18137007a8a32ec5b0418a2 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 5 Dec 2019 12:05:48 +0000 Subject: [PATCH] ices/62222.rs: fixed with errors === stdout === === stderr === error[E0433]: failed to resolve: use of undeclared type or module `mem` --> /home/runner/work/glacier/glacier/ices/62222.rs:13:38 | 13 | let tailp: *mut T = unsafe { mem::transmute(&mut tail) }; | ^^^ use of undeclared type or module `mem` error[E0433]: failed to resolve: use of undeclared type or module `mem` --> /home/runner/work/glacier/glacier/ices/62222.rs:14:51 | 14 | let fromp: *mut MaybeUninit = unsafe { mem::transmute(&mut from) }; | ^^^ use of undeclared type or module `mem` warning: the feature `const_generics` is incomplete and may cause the compiler to crash --> /home/runner/work/glacier/glacier/ices/62222.rs:1:12 | 1 | #![feature(const_generics)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0433`. ============== --- {ices => fixed}/62222.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/62222.rs (100%) diff --git a/ices/62222.rs b/fixed/62222.rs similarity index 100% rename from ices/62222.rs rename to fixed/62222.rs