From 9d270bb20c631c5f917145d74ce091ede0a0bb89 Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 13 Jul 2020 12:12:59 +0000 Subject: [PATCH] ices/72293.rs: fixed with errors === stdout === === stderr === warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/72293.rs:1:12 | 1 | #![feature(const_generics, const_transmute)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #44580 for more information error[E0635]: unknown feature `const_transmute` --> /home/runner/work/glacier/glacier/ices/72293.rs:1:28 | 1 | #![feature(const_generics, const_transmute)] | ^^^^^^^^^^^^^^^ error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0635`. ============== --- {ices => fixed}/72293.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/72293.rs (100%) diff --git a/ices/72293.rs b/fixed/72293.rs similarity index 100% rename from ices/72293.rs rename to fixed/72293.rs