2022-06-29 14:38:42 -05:00
|
|
|
error: generic `Self` types are currently not permitted in anonymous constants
|
|
|
|
--> $DIR/ice-68875.rs:4:20
|
|
|
|
|
|
|
|
|
LL | data: &'a [u8; Self::SIZE],
|
|
|
|
| ^^^^
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-06-29 14:38:42 -05:00
|
|
|
|