]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/tool.rs
Rollup merge of #98847 - RalfJung:box-is-special, r=oli-obk
[rust.git] / src / bootstrap / tool.rs
index 905fa431d29d123f380522030b831875c25427b6..5be6841e988ae74a6732bf43fd5606d3dc162f83 100644 (file)
@@ -780,7 +780,7 @@ fn run(mut $sel, $builder: &Builder<'_>) -> Option<PathBuf> {
     // and this is close enough for now.
     RustDemangler, rust_demangler, "src/tools/rust-demangler", "rust-demangler", stable=false, in_tree=true, tool_std=true, {};
     Rustfmt, rustfmt, "src/tools/rustfmt", "rustfmt", stable=true, in_tree=true, {};
-    RustAnalyzer, rust_analyzer, "src/tools/rust-analyzer/crates/rust-analyzer", "rust-analyzer", stable=false, submodule="rust-analyzer", {};
+    RustAnalyzer, rust_analyzer, "src/tools/rust-analyzer/crates/rust-analyzer", "rust-analyzer", stable=true, submodule="rust-analyzer", {};
 );
 
 impl<'a> Builder<'a> {