blob: 35d97c4624811c79f461306eecdab42dd1f0fea9 [file] [log] [blame]
error: generic parameters may not be used in const operations
--> $DIR/issue-67739.rs:12:30
|
LL | [0u8; mem::size_of::<Self::Associated>()];
| ^^^^^^^^^^^^^^^^ cannot perform const operation using `Self`
|
= note: type parameters may not be used in const expressions
error: aborting due to previous error