]> git.lizzy.rs Git - rust.git/blob - tests/ui/const-generics/issues/issue-56445-3.stderr
Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum
[rust.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