rust/tests/ui/limits/issue-55878.stderr

8 lines
346 B
Text

error[E0080]: values of the type `[u8; usize::MAX]` are too big for the target architecture
--> $SRC_DIR/core/src/mem/mod.rs:LL:COL
|
= note: evaluation of `<[u8; usize::MAX] as std::mem::SizedTypeProperties>::SIZE` failed here
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0080`.