Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit d158b70

Browse files
committed
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<Args: Sized, const IDX: usize, const FN: unsafe extern "C" fn(Args)>(&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`. ==============
1 parent 3acf327 commit d158b70

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)