Commit bba84aa
committed
Auto merge of rust-lang#17750 - davidbarsky:david/remove-abspath-requirement-in-linked-projects, r=Veykril
fix: remove AbsPath requirement from linkedProjects
Should (fingers crossed!) fix rust-lang/rust-analyzer#17664. I opened the `rustc` workspace with the [suggested configuration](https://github.com/rust-lang/rust/blob/e552c168c72c95dc28950a9aae8ed7030199aa0d/src/etc/rust_analyzer_settings.json) and I was able to successfully open some rustc crates (`rustc_incremental`) and have IDE functionality.
`@Veykril:` can you try these changes and let me know if it fixed rustc?1 file changed
+6
-8
lines changedLines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1677 | 1677 | | |
1678 | 1678 | | |
1679 | 1679 | | |
1680 | | - | |
| 1680 | + | |
1681 | 1681 | | |
1682 | 1682 | | |
1683 | 1683 | | |
| |||
2273 | 2273 | | |
2274 | 2274 | | |
2275 | 2275 | | |
2276 | | - | |
2277 | | - | |
2278 | | - | |
2279 | | - | |
2280 | | - | |
| 2276 | + | |
2281 | 2277 | | |
2282 | 2278 | | |
2283 | 2279 | | |
| |||
2306 | 2302 | | |
2307 | 2303 | | |
2308 | 2304 | | |
2309 | | - | |
| 2305 | + | |
2310 | 2306 | | |
2311 | 2307 | | |
2312 | | - | |
| 2308 | + | |
| 2309 | + | |
| 2310 | + | |
2313 | 2311 | | |
2314 | 2312 | | |
2315 | 2313 | | |
| |||
0 commit comments