Flip RustAnalyzer to stable=true · rust-lang/rust@c29e584 (original) (raw)

`@@ -780,7 +780,7 @@ tool_extended!((self, builder),

`

780

780

`// and this is close enough for now.

`

781

781

`RustDemangler, rust_demangler, "src/tools/rust-demangler", "rust-demangler", stable=false, in_tree=true, tool_std=true, {};

`

782

782

`Rustfmt, rustfmt, "src/tools/rustfmt", "rustfmt", stable=true, in_tree=true, {};

`

783

``

`-

RustAnalyzer, rust_analyzer, "src/tools/rust-analyzer/crates/rust-analyzer", "rust-analyzer", stable=false, submodule="rust-analyzer", {};

`

``

783

`+

RustAnalyzer, rust_analyzer, "src/tools/rust-analyzer/crates/rust-analyzer", "rust-analyzer", stable=true, submodule="rust-analyzer", {};

`

784

784

`);

`

785

785

``

786

786

`impl<'a> Builder<'a> {

`