-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rust-project] Remove the emitting of sysroot crates
Now that rust-analyzer is able to automatically add the sysroot crates, if a 'sysroot' value is specified in the file, remove the addition of the sysroot crates, and let rust-analyzer find the crates from within the sysroot path specified. This is more maintainable over time (doesn't duplicate the logic of finding the sysroot crates), and removes the current double- addition of the sysroot crates which is breaking rust-analyzer's ability to locate the implementations of items like Deref<>. Change-Id: I84db1591525e8b7a5c46952a9d076990eb9c3540 Reviewed-on: https://gn-review.googlesource.com/c/gn/+/14800 Reviewed-by: Dan Johnson <[email protected]> Reviewed-by: Brett Wilson <[email protected]> Commit-Queue: Aaron Wood <[email protected]>
- Loading branch information
Showing
3 changed files
with
27 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.