mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-31 21:16:44 +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.