-
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
Remove or pref off import globs #9331
Comments
A flag would be nice; they're a big help in certain cases for the generated bindings for Servo. |
Accepted for backwards-compatible |
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Oct 3, 2013
A few features are now hidden behind various #[feature(...)] directives. These include struct-like enum variants, glob imports, and macro_rules! invocations. Closes rust-lang#9304 Closes rust-lang#9305 Closes rust-lang#9306 Closes rust-lang#9331
Jarcho
pushed a commit
to Jarcho/rust
that referenced
this issue
Aug 29, 2022
unwrap_used and expect_used: trigger on uses of their _err variants changelog: [`unwrap_used`]: lint uses of `unwrap_err` changelog: [`expect_used`]: lint uses of `expect_err` fixes rust-lang#9331
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Globs are a major source of bugs in resolve. Consider removing them or putting them behind a flag to make resolve more understandable.
Nominating backcompat.
The text was updated successfully, but these errors were encountered: