We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 200d03a + 7ed7e20 commit 0258a16Copy full SHA for 0258a16
src/bootstrap/builder.rs
@@ -703,8 +703,8 @@ impl<'a> Builder<'a> {
703
check::CargoMiri,
704
check::MiroptTestTools,
705
check::Rls,
706
- check::RustAnalyzer,
707
check::Rustfmt,
+ check::RustAnalyzer,
708
check::Bootstrap
709
),
710
Kind::Test => describe!(
src/bootstrap/check.rs
@@ -347,7 +347,7 @@ pub struct RustAnalyzer {
347
impl Step for RustAnalyzer {
348
type Output = ();
349
const ONLY_HOSTS: bool = true;
350
- const DEFAULT: bool = true;
+ const DEFAULT: bool = false;
351
352
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
353
run.path("src/tools/rust-analyzer")
0 commit comments