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
- `gen` is an edition-specific keyword used in unstable Rust, and so
belongs with `try` (as `is_unused_keyword_conditional` indicates).
- `'static` is a weak keyword according to the Reference and the
Ferrocene spec, and so belongs with the other weak keywords.
- The cases in `is_unused_keyword_conditional` should be in alphabetical
order, to match the keyword list.
None of these changes affect the behaviour of any of the `Symbol::is_*`
functions.
0 commit comments