We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8dea87d + 3042b78 commit 40ce4afCopy full SHA for 40ce4af
src/bootstrap/tool.rs
@@ -870,10 +870,10 @@ tool_extended!((self, builder),
870
Clippy, "src/tools/clippy", "clippy-driver", stable=true, in_tree=true, {};
871
Miri, "src/tools/miri", "miri", stable=false, in_tree=true, {};
872
CargoMiri, "src/tools/miri/cargo-miri", "cargo-miri", stable=false, in_tree=true, {};
873
- Rls, "src/tools/rls", "rls", stable=true, {};
874
// FIXME: tool_std is not quite right, we shouldn't allow nightly features.
875
// But `builder.cargo` doesn't know how to handle ToolBootstrap in stages other than 0,
876
// and this is close enough for now.
+ Rls, "src/tools/rls", "rls", stable=true, in_tree=true, tool_std=true, {};
877
RustDemangler, "src/tools/rust-demangler", "rust-demangler", stable=false, in_tree=true, tool_std=true, {};
878
Rustfmt, "src/tools/rustfmt", "rustfmt", stable=true, in_tree=true, {};
879
);
0 commit comments