Feature request: force use of a specific toolchain #18585
Closed
Description
When using RA in the rustc repo, a problem comes up when one adds compiler/rustc_codegen_cranelift/Cargo.toml
to the linkedProjects
: that folder contains a rust-toolchain
file, and RA honors that file and then fails to load since I don't have that toolchain installed. It doesn't make a ton of sense for that one folder to use a different toolchain than the rest of the rustc workspace, so I'd like to avoid having to install even more different nightly versions of Rust, and just force the use of the nightly
toolchain for everything. Would be nice if there was a setting for that. :)
Metadata
Assignees
Labels
No labels