mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
df116ec246
The check attempts to identify potential undefined behaviour, rather than whether MIR is well-formed. It belongs in the lint not validator.