mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-04 23:15:28 +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.