2021-08-27 18:04:57 +02:00
|
|
|
error: unconstrained generic constant
|
2020-11-17 11:44:21 +01:00
|
|
|
--> $DIR/issue-67739.rs:11:15
|
2020-03-27 01:46:24 +02:00
|
|
|
|
|
|
|
|
LL | [0u8; mem::size_of::<Self::Associated>()];
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-08-27 18:04:57 +02:00
|
|
|
= help: try adding a `where` bound using this expression: `where [(); mem::size_of::<Self::Associated>()]:`
|
2020-03-27 01:46:24 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|