-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
codegen-backends = ["rustc_codegen_cranelift"] should give a better error message #109315
Copy link
Copy link
Closed
Closed
Copy link
Labels
A-contributor-roadblockArea: Makes things more difficult for new or seasoned contributors to RustArea: Makes things more difficult for new or seasoned contributors to RustA-craneliftThings relevant to the [future] cranelift backendThings relevant to the [future] cranelift backendA-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Metadata
Metadata
Assignees
Labels
A-contributor-roadblockArea: Makes things more difficult for new or seasoned contributors to RustArea: Makes things more difficult for new or seasoned contributors to RustA-craneliftThings relevant to the [future] cranelift backendThings relevant to the [future] cranelift backendA-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Type
Fields
Give feedbackNo fields configured for issues without a type.
I tried this code:
I expected to see this happen: An error saying that
rustc_codegen_craneliftis invalid and should becraneliftinstead.Instead, this happened:
Meta
HEAD is branched from 13afbda