Skip to content

Commit 1da3ebf

Browse files
authored
Unrolled build for rust-lang#130517
Rollup merge of rust-lang#130517 - bjorn3:update_ra_config, r=onur-ozkan Add the library workspace to the suggested rust-analyzer config
2 parents 2bd1e89 + 4788e8c commit 1da3ebf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/bootstrap/src/core/build_steps/setup.rs

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ static SETTINGS_HASHES: &[&str] = &[
4646
"47d227f424bf889b0d899b9cc992d5695e1b78c406e183cd78eafefbe5488923",
4747
"b526bd58d0262dd4dda2bff5bc5515b705fb668a46235ace3e057f807963a11a",
4848
"828666b021d837a33e78d870b56d34c88a5e2c85de58b693607ec574f0c27000",
49+
"811fb3b063c739d261fd8590dd30242e117908f5a095d594fa04585daa18ec4d",
4950
];
5051
static RUST_ANALYZER_SETTINGS: &str = include_str!("../../../../etc/rust_analyzer_settings.json");
5152

src/etc/rust_analyzer_settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
"rust-analyzer.linkedProjects": [
1212
"Cargo.toml",
13+
"library/Cargo.toml",
1314
"src/tools/x/Cargo.toml",
1415
"src/bootstrap/Cargo.toml",
1516
"src/tools/rust-analyzer/Cargo.toml",

0 commit comments

Comments
 (0)