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

Dinstinguish between within-crate export, and crate-external export #864

Closed
eholk opened this issue Aug 24, 2011 · 2 comments
Closed

Dinstinguish between within-crate export, and crate-external export #864

eholk opened this issue Aug 24, 2011 · 2 comments
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.

Comments

@eholk
Copy link
Contributor

eholk commented Aug 24, 2011

Sometimes we'll have modules within a library/crate that needs to refer to "private" things from other modules, but we may not want to export as part of the public API. We should have a way to support this.

@brson
Copy link
Contributor

brson commented Mar 12, 2012

This is discussed in #1893. There's probably going to be a crate visibility modifier.

@catamorphism
Copy link
Contributor

Since it appears this is part of #1893, closing this one.

keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

No branches or pull requests

3 participants