File tree 2 files changed +4
-3
lines changed
bootstrap/src/core/build_steps
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -606,6 +606,7 @@ Select which editor you would like to set up [default: None]: ";
606
606
EditorKind :: Zed => & [
607
607
"bbce727c269d1bd0c98afef4d612eb4ce27aea3c3a8968c5f10b31affbc40b6c" ,
608
608
"a5380cf5dd9328731aecc5dfb240d16dac46ed272126b9728006151ef42f5909" ,
609
+ "9d6f1f99e8a98467173126fcb480aa8203ea5bdabdb55a903bee03da8307e483" .
609
610
] ,
610
611
}
611
612
}
Original file line number Diff line number Diff line change 28
28
" compiler/rustc_codegen_gcc/Cargo.toml"
29
29
],
30
30
"procMacro" : {
31
- "enable" : true ,
32
- "server" : " ${workspaceFolder}/ build/host/stage0/libexec/rust-analyzer-proc-macro-srv"
31
+ "enable" : true ,
32
+ "server" : " build/host/stage0/libexec/rust-analyzer-proc-macro-srv"
33
33
},
34
34
"rustc" : {
35
35
"source" : " ./Cargo.toml"
36
36
},
37
37
"rustfmt" : {
38
38
"overrideCommand" : [
39
- " ${workspaceFolder}/ build/host/rustfmt/bin/rustfmt" ,
39
+ " build/host/rustfmt/bin/rustfmt" ,
40
40
" --edition=2021"
41
41
]
42
42
},
You can’t perform that action at this time.
0 commit comments