mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

mir: Mark `Statement` and `BasicBlockData` as `#[non_exhaustive]` Ensure they are always created using constructors. r? oli-obk
For more information about how rustc works, see the rustc dev guide.