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