We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The compiler ought to issue an error when confronted with:
fn f() { priv struct A; pub struct B; }
The text was updated successfully, but these errors were encountered:
auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmr
8eda5d8
Closes #10111
dab8fec
Auto merge of rust-lang#10111 - alex-semenyuk:changelog_fix, r=flip1995
e2a687d
Changelog fix changelog: show link to [`derive_partial_eq_without_eq`] at changelog file
Successfully merging a pull request may close this issue.
The compiler ought to issue an error when confronted with:
The text was updated successfully, but these errors were encountered: