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