rust/compiler/rustc_codegen_ssa
Matthias Krüger 9a8958f2bb
Rollup merge of #120865 - saethlin:missing-o-files, r=nnethercote
Turn the "no saved object file in work product" ICE into a translatable fatal error

I don't know if it's fair to say this fixes https://github.com/rust-lang/rust/issues/120854 but it surely makes the error reporting better and should encourage people with good instincts like ```@CinchBlue.```
2024-02-10 13:12:31 +01:00
..
src Turn the "no saved object file in work product" ICE into a translatable fatal error 2024-02-09 20:22:15 -05:00
Cargo.toml Update jobserver-rs to 0.1.28 2024-02-09 19:13:07 +03:00
messages.ftl Turn the "no saved object file in work product" ICE into a translatable fatal error 2024-02-09 20:22:15 -05:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.