]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/issues/issue-56445-3.stderr
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / src / test / 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