24 lines
1.2 KiB
Text
24 lines
1.2 KiB
Text
error[E0080]: values of the type `[&usize; usize::MAX]` are too big for the target architecture
|
|
--> $SRC_DIR/core/src/mem/mod.rs:LL:COL
|
|
|
|
|
= note: evaluation of `<std::mem::MaybeUninit<[&usize; usize::MAX]> as std::mem::SizedTypeProperties>::SIZE` failed here
|
|
|
|
error[E0080]: values of the type `[&usize; usize::MAX]` are too big for the target architecture
|
|
--> $SRC_DIR/core/src/mem/mod.rs:LL:COL
|
|
|
|
|
= note: evaluation of `<std::mem::MaybeUninit<[&usize; usize::MAX]> as std::mem::SizedTypeProperties>::ALIGN` failed here
|
|
|
|
note: the above error was encountered while instantiating `fn Box::<[&usize; usize::MAX]>::new_uninit_in`
|
|
--> $SRC_DIR/alloc/src/boxed.rs:LL:COL
|
|
|
|
error[E0080]: values of the type `[&usize; usize::MAX]` are too big for the target architecture
|
|
--> $SRC_DIR/core/src/mem/mod.rs:LL:COL
|
|
|
|
|
= note: evaluation of `<[&usize; usize::MAX] as std::mem::SizedTypeProperties>::SIZE` failed here
|
|
|
|
note: the above error was encountered while instantiating `fn Box::<[&usize; usize::MAX]>::try_new_uninit_in`
|
|
--> $SRC_DIR/alloc/src/boxed.rs:LL:COL
|
|
|
|
error: aborting due to 3 previous errors
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|