Skip to content

Conversation

vhbit
Copy link
Contributor

@vhbit vhbit commented Aug 25, 2014

No description provided.

@vhbit
Copy link
Contributor Author

vhbit commented Aug 26, 2014

@bors: retry

@bors bors closed this Aug 26, 2014
@vhbit vhbit deleted the ios-ffi-fix branch August 27, 2014 08:04
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this pull request Mar 10, 2024
…eykril

internal: Implement parent-child relation for `SourceRoot`s

This commit adds the said relation by keeping a map of type `FxHashMap<SourceRootId,Option<SourceRootId>>` inside the `GlobalState`. Its primary use case is reading `rust-analyzer.toml`(rust-lang#13529)  files that can be placed in every local source root. As a config will be found by traversing this "tree" we need the parent information for every local source root. This commit omits defining this relation for library source roots entirely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants