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