blob: 68f1733decb93e03d1a455db3cae59714d522a8c [file] [log] [blame]
error: generic parameters must not be used inside of non trivial constant values
--> $DIR/issue-67739.rs:12:30
|
LL | [0u8; mem::size_of::<Self::Associated>()];
| ^^^^^^^^^^^^^^^^ non-trivial anonymous constants must not depend on the parameter `Self`
|
= note: type parameters are currently not permitted in anonymous constants
error: aborting due to previous error