Skip to content

Commit 7523152

Browse files
committed
rust_analyzer_settings: force use of 'nightly' toolchain
1 parent 8ac313b commit 7523152

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/etc/rust_analyzer_settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@
3434
"rust-analyzer.rustc.source": "./Cargo.toml",
3535
"rust-analyzer.cargo.extraEnv": {
3636
"RUSTC_BOOTSTRAP": "1"
37+
},
38+
"rust-analyzer.server.extraEnv": {
39+
"RUSTUP_TOOLCHAIN": "nightly"
3740
}
3841
}

0 commit comments

Comments
 (0)