Closed
Description
This error presents as: attempted to leave type `nalgebra::ArrayStorage<...>` uninitialized, which is invalid
This line of code panics:
nalgebra/src/base/array_storage.rs
Line 380 in c0f4ee6
This panic is mentioned in the 1.48 detailed notes as
The tracking issue for this is here: rust-lang/rust#66151
The way visit_seq
is implemented looks like it should correctly initialize the whole matrix or drop the partially initialized matrix and return an Err
. Can this function use a compiler version switch to use MaybeUninit::uninit().assume_init()
mentioned in the std::mem::uninitialized deprecation notes?
Metadata
Metadata
Assignees
Labels
No labels