summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/type-dependent/issue-71382.stderr
blob: ad522aead9050a678d32d3c5d5d9aac046465a10 (plain)
1
2
3
4
5
6
7
8
error: using function pointers as const generic parameters is forbidden
  --> $DIR/issue-71382.rs:12:23
   |
LL |     fn test<const FN: fn() -> u8>(&self) -> u8 {
   |                       ^^^^^^^^^^

error: aborting due to previous error