mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 13:35:51 +00:00
Miri: detect wrong vtables in wide pointers Fixes https://github.com/rust-lang/miri/issues/3497. Needed to catch the UB that https://github.com/rust-lang/rust/pull/123572 will start exploiting. r? `@oli-obk`
For more information about how rustc works, see the rustc dev guide.