1
Fork 0
rust/compiler/rustc_middle
Jubilee Young 17716be86e compiler: die immediately instead of handling unknown target codegen
We cannot produce anything useful if asked to compile unknown targets.
We should handle the error immediately at the point of discovery instead
of propagating it upward, and preferably in the simplest way: Die.

This allows cleaning up our "error-handling" spread across 5 crates.
2025-02-10 11:04:31 -08:00
..
src compiler: die immediately instead of handling unknown target codegen 2025-02-10 11:04:31 -08:00
Cargo.toml Removed dependency on the field-offset crate. 2025-02-05 17:56:06 +01:00
messages.ftl Auto merge of #134424 - 1c3t3a:null-checks, r=saethlin 2025-01-31 15:56:53 +00:00
README.md

For more information about how rustc works, see the rustc dev guide.