Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS: "LLVM ERROR: Segmented stacks not supported on this platfrom" #11473

Closed
kud1ing opened this issue Jan 11, 2014 · 1 comment
Closed

iOS: "LLVM ERROR: Segmented stacks not supported on this platfrom" #11473

kud1ing opened this issue Jan 11, 2014 · 1 comment
Labels
O-ios Operating system: iOS

Comments

@kud1ing
Copy link

kud1ing commented Jan 11, 2014

Hopefully this gets fixed upstream.

@kud1ing
Copy link
Author

kud1ing commented Jun 17, 2014

Likely fixed by #14715

@kud1ing kud1ing closed this as completed Jun 17, 2014
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this issue Nov 16, 2022
…y, r=Veykril

fix: check visibility of each path segment

Upon path resolution, we have not been checking if every def pointed to by each segment of the path is visible from the original module. This leads to incorrect import resolutions, in particular when one uses glob imports and names collide.

There is decent amount of changes in this PR because:
- some of our tests were not correct in terms of visibility
  - I left several basic nameres tests as-is (with expect test updated) since I thought it would be nice to ensure we don't resolve defs that are not visible.
- `fix_visibility` assist relied on `Semantics::resolve_path()`, which uses the name resolution procedure I'm fixing and wouldn't be able to "see through" the items with strict visibility with this patch

The first commit is the gist of the fix itself.

Fixes rust-lang#10991
Fixes rust-lang#11473
Fixes rust-lang#13252
flip1995 pushed a commit to flip1995/rust that referenced this issue Sep 25, 2023
…=dswij

Ignore span's parents in `collect_ast_format_args`/`find_format_args`

Fixes rust-lang#11470, covers some cases missed by rust-lang#10980

Can't have a test yet because of rust-lang#11126 but it works locally

changelog: none

r? `@dswij`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-ios Operating system: iOS
Projects
None yet
Development

No branches or pull requests

1 participant