Files
third_party_rust_rust-smallvec/.github/workflows
Ben Kimock 45736d30e9 Fix Miri complaints with -Zmiri-tag-raw-pointers
Miri does not check all of Stacked Borrows (the prototype aliasing model
for Rust) without -Zmiri-tag-raw-pointers. This enables the check in CI,
and makes a few adjustments to fix places where pointers were
invalidated by construction or use of a mutable reference.
2022-02-01 18:29:18 -05:00
..