From 76e79dfea52ac6bae424e89c7411c0b3f410ea8c Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 24 Jun 2020 12:11:06 +0000 Subject: [PATCH] ices/71611.rs: fixed with errors === stdout === === stderr === error[E0557]: feature has been removed --> /home/runner/work/glacier/glacier/ices/71611.rs:2:12 | 2 | #![feature(const_compare_raw_pointers)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed | = note: cannot be allowed in const eval in any meaningful way 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/71611.rs:1:12 | 1 | #![feature(const_generics)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #44580 for more information error: using function pointers as const generic parameters is forbidden --> /home/runner/work/glacier/glacier/ices/71611.rs:4:21 | 4 | fn func(outer: A) { | ^^^^^^^^^^^^ error: aborting due to 2 previous errors; 1 warning emitted For more information about this error, try `rustc --explain E0557`. ============== --- {ices => fixed}/71611.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/71611.rs (100%) diff --git a/ices/71611.rs b/fixed/71611.rs similarity index 100% rename from ices/71611.rs rename to fixed/71611.rs