Skip to content

Commit d955bab

Browse files
authored
Add the config needed to get rust-analyzer working on src/bootstrap (rust-lang#1381)
1 parent a05e1fd commit d955bab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/building/suggested.md

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
4646
"--message-format=json"
4747
],
4848
"rust-analyzer.rustc.source": "./Cargo.toml",
49+
"rust-analyzer.linkedProjects": [
50+
"Cargo.toml",
51+
"src/bootstrap/Cargo.toml"
52+
]
4953
}
5054
```
5155

0 commit comments

Comments
 (0)