2020-10-22 10:32:41 +02:00
|
|
|
error: constant expression depends on a generic parameter
|
2020-11-17 11:44:21 +01:00
|
|
|
--> $DIR/issue-67739.rs:11:15
|
2020-09-09 13:28:41 +02:00
|
|
|
|
|
|
|
|
LL | [0u8; mem::size_of::<Self::Associated>()];
|
2020-10-22 10:32:41 +02:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-09-09 13:28:41 +02:00
|
|
|
|
|
2020-10-22 10:32:41 +02:00
|
|
|
= note: this may fail depending on what value the parameter takes
|
2020-09-09 13:28:41 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|