From d158b7004e225616e2364944b5ff4d91afa15889 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 24 Jun 2020 12:10:56 +0000 Subject: [PATCH] ices/71381.rs: fixed with errors === stdout === === stderr === error[E0557]: feature has been removed --> /home/runner/work/glacier/glacier/ices/71381.rs:1:28 | 1 | #![feature(const_generics, const_compare_raw_pointers)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed | = note: cannot be allowed in const eval in any meaningful way error: using function pointers as const generic parameters is forbidden --> /home/runner/work/glacier/glacier/ices/71381.rs:13:61 | 13 | pub fn call_me(&self) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ error: using function pointers as const generic parameters is forbidden --> /home/runner/work/glacier/glacier/ices/71381.rs:20:19 | 20 | const FN: unsafe extern "C" fn(Args), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to 3 previous errors For more information about this error, try `rustc --explain E0557`. ============== --- {ices => fixed}/71381.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/71381.rs (100%) diff --git a/ices/71381.rs b/fixed/71381.rs similarity index 100% rename from ices/71381.rs rename to fixed/71381.rs