]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/type-dependent/issue-71382.min.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / const-generics / type-dependent / issue-71382.min.stderr
CommitLineData
1b1a35ee 1error: using function pointers as const generic parameters is forbidden
5869c6ff 2 --> $DIR/issue-71382.rs:16:23
1b1a35ee
XL
3 |
4LL | fn test<const FN: fn() -> u8>(&self) -> u8 {
5 | ^^^^^^^^^^
6
7error: aborting due to previous error
8