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