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

Remove or pref off import globs #9331

Closed
brson opened this issue Sep 19, 2013 · 2 comments
Closed

Remove or pref off import globs #9331

brson opened this issue Sep 19, 2013 · 2 comments

Comments

@brson
Copy link
Contributor

brson commented Sep 19, 2013

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.

@jdm
Copy link
Contributor

jdm commented Sep 19, 2013

A flag would be nice; they're a big help in certain cases for the generated bindings for Servo.

@catamorphism
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants