]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/ice-68875.stderr
Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgr
[rust.git] / src / test / 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