This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ static SETTINGS_HASHES: &[&str] = &[
31
31
"ea67e259dedf60d4429b6c349a564ffcd1563cf41c920a856d1f5b16b4701ac8" ,
32
32
"56e7bf011c71c5d81e0bf42e84938111847a810eee69d906bba494ea90b51922" ,
33
33
"af1b5efe196aed007577899db9dae15d6dbc923d6fa42fa0934e68617ba9bbe0" ,
34
+ "3468fea433c25fff60be6b71e8a215a732a7b1268b6a83bf10d024344e140541" ,
34
35
] ;
35
36
static RUST_ANALYZER_SETTINGS : & str = include_str ! ( "../etc/rust_analyzer_settings.json" ) ;
36
37
Original file line number Diff line number Diff line change 7
7
" check" ,
8
8
" --json-output"
9
9
],
10
- "rust-analyzer.linkedProjects" : [" src/bootstrap/Cargo.toml" , " Cargo.toml" ],
10
+ "rust-analyzer.linkedProjects" : [
11
+ " Cargo.toml" ,
12
+ " src/tools/x/Cargo.toml" ,
13
+ " 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"
17
+ ],
11
18
"rust-analyzer.rustfmt.overrideCommand" : [
12
19
" ./build/host/rustfmt/bin/rustfmt" ,
13
20
" --edition=2021"
Original file line number Diff line number Diff line change 1
1
# This file is automatically @generated by Cargo.
2
2
# It is not intended for manual editing.
3
+ version = 3
4
+
3
5
[[package ]]
4
6
name = " x"
5
- version = " 0.1.0 "
7
+ version = " 0.1.1 "
You can’t perform that action at this time.
0 commit comments