rust/tests/ui/const-generics/fn-const-param-infer.full.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
328 B
Plaintext
Raw Normal View History

error[E0741]: using function pointers as const generic parameters is forbidden
2020-11-17 10:44:21 +00:00
--> $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`.