File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ static SETTINGS_HASHES: &[&str] = &[
32
32
"56e7bf011c71c5d81e0bf42e84938111847a810eee69d906bba494ea90b51922" ,
33
33
"af1b5efe196aed007577899db9dae15d6dbc923d6fa42fa0934e68617ba9bbe0" ,
34
34
"3468fea433c25fff60be6b71e8a215a732a7b1268b6a83bf10d024344e140541" ,
35
+ "47d227f424bf889b0d899b9cc992d5695e1b78c406e183cd78eafefbe5488923" ,
35
36
] ;
36
37
static RUST_ANALYZER_SETTINGS : & str = include_str ! ( "../etc/rust_analyzer_settings.json" ) ;
37
38
Original file line number Diff line number Diff line change 31
31
" --json-output"
32
32
],
33
33
"rust-analyzer.cargo.sysrootSrc" : " ./library" ,
34
- "rust-analyzer.rustc.source" : " ./Cargo.toml"
34
+ "rust-analyzer.rustc.source" : " ./Cargo.toml" ,
35
+ "rust-analyzer.cargo.extraEnv" : {
36
+ "RUSTC_BOOTSTRAP" : " 1"
37
+ }
35
38
}
You can’t perform that action at this time.
0 commit comments