Skip to content

Rust: Path resolution for extern crates #19614

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

hvitved
Copy link
Contributor

@hvitved hvitved commented May 28, 2025

I noticed that we were not able to resolve the String struct. This happens because it is reexported using an extern crate definition. This PR adds path resolution support for extern crates, and as the test output witnesses we are now able to resolve String.

@github-actions github-actions bot added the Rust Pull requests that update Rust code label May 28, 2025
@hvitved hvitved force-pushed the rust/path-resolution-extern-crate branch 2 times, most recently from 425b3ed to bca9cdc Compare May 28, 2025 18:43
@hvitved hvitved force-pushed the rust/path-resolution-extern-crate branch from bca9cdc to 587a12a Compare May 29, 2025 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant