-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Privacy, stability etc. are not respected in imports with empty braces #28388
Comments
In fact, almost no checks are performed on the prefix, even
compiles successfully. |
I agree whole heartedly. |
Should I try to make empty braces disallowed? But I think that would need an RFC or at least approval from someone else. |
Needs RFC. There’s at least a few things impl-wise to be considered here. |
should warn that
std::rt
is unstable, but it doesn't.should be caught by privacy checker, but it isn't.
See #28364 (comment) for some details.
The text was updated successfully, but these errors were encountered: