Ссылка: https://github.com/rust-lang/miri#bugs-found-by-miri
Miri has already found a number of bugs in the Rust standard library, which we collect here.
Debug for vec_deque::Iteraccessing uninitialized memoryFrom<&[T]> for Rccreating a not sufficiently aligned referenceBTreeMapcreating a shared reference pointing to a too small allocationVecDequecreating overlapping mutable references- Futures turning a shared reference into a mutable one
strturning a shared reference into a mutable oneBTreeMapcreating mutable references that overlap with shared references