2022-07-23 15:09:52 -05:00
|
|
|
error[E0741]: using function pointers as const generic parameters is forbidden
|
2020-11-17 04:44:21 -06:00
|
|
|
--> $DIR/fn-const-param-infer.rs:6:25
|
2020-08-09 01:19:57 -05:00
|
|
|
|
|
|
|
|
LL | struct Checked<const F: fn(usize) -> bool>;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2022-07-23 15:09:52 -05:00
|
|
|
For more information about this error, try `rustc --explain E0741`.
|