Skip to content

Commit ee8c18c

Browse files
committed
Fix out_dirs_check test on stable
1 parent 934df69 commit ee8c18c

File tree

1 file changed

+3
-0
lines changed
  • crates/rust-analyzer/tests/slow-tests

1 file changed

+3
-0
lines changed

crates/rust-analyzer/tests/slow-tests/main.rs

+3
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,9 @@ fn main() {
752752
"enable": true
753753
},
754754
"sysroot": null,
755+
"extraEnv": {
756+
"RUSTC_BOOTSTRAP": "1"
757+
}
755758
}
756759
}))
757760
.server()

0 commit comments

Comments
 (0)