rust/tests/ui/const-generics/issues/issue-71382.min.stderr

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

9 lines
223 B
Plaintext
Raw Normal View History

2020-06-27 06:34:04 -05:00
error: using function pointers as const generic parameters is forbidden
2020-11-17 04:44:21 -06:00
--> $DIR/issue-71382.rs:16:23
2020-06-27 06:34:04 -05:00
|
LL | fn test<const FN: fn()>(&self) {
| ^^^^
error: aborting due to previous error