-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Re-exports do not work across crates #1115
Milestone
Comments
The problem is view_items (view_item_export here) are not written to crate metadata. I'll try to fix this issue. |
ghost
assigned lht
Dec 9, 2011
lht
added a commit
that referenced
this issue
Dec 16, 2011
First patch for issue #1115. Not yet ready for re-exported modules which are renamed when importing them.
lht
added a commit
that referenced
this issue
Dec 20, 2011
lht
added a commit
that referenced
this issue
Dec 20, 2011
bjorn3
added a commit
to bjorn3/rust
that referenced
this issue
Jun 15, 2023
coastalwhite
pushed a commit
to coastalwhite/rust
that referenced
this issue
Aug 5, 2023
This breaks when core_arch is included as a module in core.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I add std.rs with these contents
I can't access the std::option type from outside the crate.
The text was updated successfully, but these errors were encountered: