mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +00:00
get rid of NoMirFor error variant The only place where we throw that error, it is very quickly caught again and turned into a different error. So raise that other error immediately.
For more information about how rustc works, see the rustc dev guide.