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