]> git.proxmox.com Git - rustc.git/blob - tests/ui/const-generics/issues/issue-67739.full.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / const-generics / issues / issue-67739.full.stderr
1 error: unconstrained generic constant
2 --> $DIR/issue-67739.rs:11:15
3 |
4 LL | [0u8; mem::size_of::<Self::Associated>()];
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = help: try adding a `where` bound using this expression: `where [(); mem::size_of::<Self::Associated>()]:`
8
9 error: aborting due to 1 previous error
10