File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
" --quiet" ,
6
6
" --workspace" ,
7
7
" --message-format=json" ,
8
- " --all-targets " ,
8
+ " --keep-going " ,
9
9
],
10
10
// "rust-analyzer.cargo.target": "aarch64-unknown-none-softfloat",
11
11
// "rust-analyzer.cargo.target": "riscv64gc-unknown-none-elf",
12
12
"rust-analyzer.cargo.target" : " x86_64-unknown-none" ,
13
13
"rust-analyzer.check.overrideCommand" : [
14
14
" cargo" ,
15
15
" clippy" ,
16
- " -Zbuild-std=core,alloc" ,
17
- " --quiet" ,
18
16
" --message-format=json" ,
19
- // "--target=aarch64-unknown-none-softfloat",
20
- // "--target=riscv64gc-unknown-none-elf",
17
+ " --all-targets" ,
18
+ " -Zbuild-std=core,alloc" ,
19
+ " --target=aarch64-unknown-none-softfloat" ,
20
+ " --target=riscv64gc-unknown-none-elf" ,
21
21
" --target=x86_64-unknown-none" ,
22
22
],
23
23
"rust-analyzer.check.targets" : [
You can’t perform that action at this time.
0 commit comments