]> git.proxmox.com Git - rustc.git/blob - tests/ui/const-generics/issues/issue-56445-3.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / const-generics / issues / issue-56445-3.stderr
1 error: generic `Self` types are currently not permitted in anonymous constants
2 --> $DIR/issue-56445-3.rs:4:15
3 |
4 LL | ram: [u8; Self::SIZE],
5 | ^^^^
6
7 error: aborting due to previous error
8