blob: 2d66a19233269cb7fc93d31465a74a2b44f61efe (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0741]: using function pointers as const generic parameters is forbidden
--> $DIR/fn-const-param-infer.rs:6:25
|
LL | struct Checked<const F: fn(usize) -> bool>;
| ^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0741`.
|