From 1c3888a3c0916ce61a9a397a77fab8b538c6db82 Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 26 Apr 2021 12:08:43 +0000 Subject: [PATCH] ices/79674.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/79674.rs:1:12 | 1 | #![feature(const_generics)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #44580 for more information warning: the feature `const_evaluatable_checked` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/79674.rs:2:12 | 2 | #![feature(const_evaluatable_checked)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #76560 for more information error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable --> /home/runner/work/glacier/glacier/ices/79674.rs:18:23 | 18 | const fn is_same_type() -> bool { | ^ | = note: see issue #57563 for more information = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable --> /home/runner/work/glacier/glacier/ices/79674.rs:18:38 | 18 | const fn is_same_type() -> bool { | ^ | = note: see issue #57563 for more information = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable error: aborting due to 2 previous errors; 2 warnings emitted For more information about this error, try `rustc --explain E0658`. ============== --- {ices => fixed}/79674.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/79674.rs (100%) diff --git a/ices/79674.rs b/fixed/79674.rs similarity index 100% rename from ices/79674.rs rename to fixed/79674.rs