mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 15:33:53 +00:00
11 lines
343 B
Plaintext
11 lines
343 B
Plaintext
error: unconstrained generic constant
|
|
--> $DIR/issue-67739.rs:11:15
|
|
|
|
|
LL | [0u8; mem::size_of::<Self::Associated>()];
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: try adding a `where` bound using this expression: `where [(); mem::size_of::<Self::Associated>()]:`
|
|
|
|
error: aborting due to 1 previous error
|
|
|