codegen-backends = ["rustc_codegen_cranelift"]
should give a better error message
#109315
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
A-cranelift
Things relevant to the [future] cranelift backend
A-diagnostics
Area: Messages for errors, warnings, and lints
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I tried this code:
I expected to see this happen: An error saying that
rustc_codegen_cranelift
is invalid and should becranelift
instead.Instead, this happened:
Meta
HEAD is branched from 13afbda
The text was updated successfully, but these errors were encountered: