2022-06-29 21:38:42 +02: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 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-06-29 21:38:42 +02:00
|
|
|
|