Suggest x build library
for a custom toolchain that fails to load core
#113222
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Current output
Desired output
Rationale and extra context
rustup
doesn't manage targets and components for custom toolchains. We can detect in rustc that this is a custom toolchain by checkingenv!("CFG_RELEASE_CHANNEL") == "dev"
and changing thehelp
output if so.Other cases
No response
Anything else?
cc https://discord.com/channels/442252698964721669/1124482842051747860
The text was updated successfully, but these errors were encountered: