Skip to content

Fixed iOS build after FFI restrictions - #16742

Closed
vhbit wants to merge 1 commit into
rust-lang:masterfrom
vhbit:ios-ffi-fix
Closed

Fixed iOS build after FFI restrictions#16742
vhbit wants to merge 1 commit into
rust-lang:masterfrom
vhbit:ios-ffi-fix

Conversation

@vhbit

Copy link
Copy Markdown
Contributor

No description provided.

@vhbit

Copy link
Copy Markdown
ContributorAuthor

@bors: retry

@borsbors 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 freeto 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

@vhbit@alexcrichton@bors