2025-05-28 10:29:08 +00:00
|
|
|
error[E0080]: values of the type `[u8; 4611686018427387903]` are too big for the target architecture
|
2024-12-01 14:47:10 +01:00
|
|
|
--> $DIR/promoted_size_overflow.rs:3:29
|
|
|
|
|
|
|
|
|
|
|
LL | const _: &'static [Data] = &[];
|
2025-06-07 11:32:09 +02:00
|
|
|
| ^^ evaluation of `_` failed here
|
2024-12-01 14:47:10 +01:00
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|