File tree 4 files changed +23
-11
lines changed
bootstrap/src/core/build_steps
4 files changed +23
-11
lines changed Original file line number Diff line number Diff line change @@ -584,6 +584,7 @@ Select which editor you would like to set up [default: None]: ";
584
584
"51068d4747a13732440d1a8b8f432603badb1864fa431d83d0fd4f8fa57039e0" ,
585
585
"d29af4d949bbe2371eac928a3c31cf9496b1701aa1c45f11cd6c759865ad5c45" ,
586
586
"b5dd299b93dca3ceeb9b335f929293cb3d4bf4977866fbe7ceeac2a8a9f99088" ,
587
+ "631c837b0e98ae35fd48b0e5f743b1ca60adadf2d0a2b23566ba25df372cf1a9" ,
587
588
] ,
588
589
EditorKind :: Helix => & [
589
590
"2d3069b8cf1b977e5d4023965eb6199597755e6c96c185ed5f2854f98b83d233" ,
@@ -602,10 +603,12 @@ Select which editor you would like to set up [default: None]: ";
602
603
"4eecb58a2168b252077369da446c30ed0e658301efe69691979d1ef0443928f4" ,
603
604
"c394386e6133bbf29ffd32c8af0bb3d4aac354cba9ee051f29612aa9350f8f8d" ,
604
605
"e53e9129ca5ee5dcbd6ec8b68c2d87376474eb154992deba3c6d9ab1703e0717" ,
606
+ "f954316090936c7e590c253ca9d524008375882fa13c5b41d7e2547a896ff893" ,
605
607
] ,
606
608
EditorKind :: Zed => & [
607
609
"bbce727c269d1bd0c98afef4d612eb4ce27aea3c3a8968c5f10b31affbc40b6c" ,
608
610
"a5380cf5dd9328731aecc5dfb240d16dac46ed272126b9728006151ef42f5909" ,
611
+ "2e96bf0d443852b12f016c8fc9840ab3d0a2b4fe0b0fb3a157e8d74d5e7e0e26" ,
609
612
] ,
610
613
}
611
614
}
Original file line number Diff line number Diff line change 8
8
" check"
9
9
" --json-output" ])
10
10
:linkedProjects [" Cargo.toml"
11
- " src/bootstrap/Cargo.toml"
12
- " src/tools/rust-analyzer/Cargo.toml"
13
11
" compiler/rustc_codegen_cranelift/Cargo.toml"
14
- " compiler/rustc_codegen_gcc/Cargo.toml" ]
12
+ " compiler/rustc_codegen_gcc/Cargo.toml"
13
+ " library/Cargo.toml"
14
+ " src/bootstrap/Cargo.toml"
15
+ " src/tools/rust-analyzer/Cargo.toml" ]
15
16
:rustfmt ( :overrideCommand [" build/host/rustfmt/bin/rustfmt"
16
17
" --edition=2021" ])
17
18
:procMacro ( :server " build/host/stage0/libexec/rust-analyzer-proc-macro-srv"
Original file line number Diff line number Diff line change 9
9
],
10
10
"rust-analyzer.linkedProjects" : [
11
11
" Cargo.toml" ,
12
+ " compiler/rustc_codegen_cranelift/Cargo.toml" ,
13
+ " compiler/rustc_codegen_gcc/Cargo.toml" ,
12
14
" library/Cargo.toml" ,
13
15
" src/bootstrap/Cargo.toml" ,
14
- " src/tools/rust-analyzer/Cargo.toml" ,
15
- " compiler/rustc_codegen_cranelift/Cargo.toml" ,
16
- " compiler/rustc_codegen_gcc/Cargo.toml"
16
+ " src/tools/rust-analyzer/Cargo.toml"
17
17
],
18
18
"rust-analyzer.rustfmt.overrideCommand" : [
19
19
" ${workspaceFolder}/build/host/rustfmt/bin/rustfmt" ,
36
36
},
37
37
"rust-analyzer.server.extraEnv" : {
38
38
"RUSTUP_TOOLCHAIN" : " nightly"
39
+ },
40
+ "files.associations" : {
41
+ "*.fixed" : " rust" ,
42
+ "*.pp" : " rust" ,
43
+ "*.mir" : " rust"
39
44
}
40
45
}
Original file line number Diff line number Diff line change 21
21
},
22
22
"linkedProjects" : [
23
23
" Cargo.toml" ,
24
+ " compiler/rustc_codegen_cranelift/Cargo.toml" ,
25
+ " compiler/rustc_codegen_gcc/Cargo.toml" ,
24
26
" library/Cargo.toml" ,
25
27
" src/bootstrap/Cargo.toml" ,
26
- " src/tools/rust-analyzer/Cargo.toml" ,
27
- " compiler/rustc_codegen_cranelift/Cargo.toml" ,
28
- " compiler/rustc_codegen_gcc/Cargo.toml"
28
+ " src/tools/rust-analyzer/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" : " ${workspaceFolder}/build/host/stage0/libexec/rust-analyzer-proc-macro-srv"
33
33
},
34
34
"rustc" : {
35
35
"source" : " ./Cargo.toml"
47
47
}
48
48
}
49
49
}
50
+ },
51
+ "file_types" : {
52
+ "Rust" : [" fixed" , " pp" , " mir" ]
50
53
}
51
54
}
You can’t perform that action at this time.
0 commit comments