rust/src/bin
Noah Lev e6a9b2ce68 Update Miri for detecting uninitialized numbers
This commit adds a `-Zmiri-check-number-initialization` flag to check
that integers and floats are initialized.

This commit also changes some shims to write at type `MaybeUninit<...>`
in order to prevent spurious errors from the uninit check.
2021-11-10 11:36:42 -08:00
..
miri.rs Update Miri for detecting uninitialized numbers 2021-11-10 11:36:42 -08:00