Unsafe precondition(s) violated: ptr::replace requires that the pointer argument is aligned and non-null
after updating from Rust 1.79 to Rust 1.80(.1) I can’t compile my code in debug mode (–release works), as apparently something in the library seems to be broken. As others on my team can compile the code with their setup it probably comes from something in my setup.
My setup uses