mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
17716be86e
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.