Rollup merge of #112291 - sigaloid:master, r=clubby789
Disable RustAnalyzer check by default, run Rustfmt check before Fixes #112287.
This commit is contained in:
commit
0258a16cdc
@ -703,8 +703,8 @@ impl<'a> Builder<'a> {
|
||||
check::CargoMiri,
|
||||
check::MiroptTestTools,
|
||||
check::Rls,
|
||||
check::RustAnalyzer,
|
||||
check::Rustfmt,
|
||||
check::RustAnalyzer,
|
||||
check::Bootstrap
|
||||
),
|
||||
Kind::Test => describe!(
|
||||
|
@ -347,7 +347,7 @@ pub struct RustAnalyzer {
|
||||
impl Step for RustAnalyzer {
|
||||
type Output = ();
|
||||
const ONLY_HOSTS: bool = true;
|
||||
const DEFAULT: bool = true;
|
||||
const DEFAULT: bool = false;
|
||||
|
||||
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
|
||||
run.path("src/tools/rust-analyzer")
|
||||
|
Loading…
x
Reference in New Issue
Block a user