2023-12-01 11:58:37 +01:00
|
|
|
error: using function pointers as const generic parameters is forbidden
|
|
|
|
--> $DIR/ice-118285-fn-ptr-value.rs:1:25
|
|
|
|
|
|
|
|
|
LL | struct Checked<const F: fn(usize) -> bool>;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2024-09-29 15:28:11 -05:00
|
|
|
= note: the only supported types are integers, `bool`, and `char`
|
2023-12-01 11:58:37 +01:00
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|