You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few features are now hidden behind various #[feature(...)] directives. These
include struct-like enum variants, glob imports, and macro_rules! invocations.
Closesrust-lang#9304Closesrust-lang#9305Closesrust-lang#9306Closesrust-lang#9331
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`
fixesrust-lang#9331
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: