mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
b47008a7c2
mir: Mark `Statement` and `BasicBlockData` as `#[non_exhaustive]` Ensure they are always created using constructors. r? oli-obk