2020-08-09 06:19:57 +00:00
|
|
|
error: using function pointers as const generic parameters is forbidden
|
2020-11-17 11:44:21 +01:00
|
|
|
--> $DIR/fn-const-param-infer.rs:6:25
|
2020-08-09 06:19:57 +00:00
|
|
|
|
|
|
|
|
LL | struct Checked<const F: fn(usize) -> bool>;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|