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.
- Reorder the cases in `is_unused_keyword_conditional` to match the list
order, which is alphabetical within sections.
Neither change affects any of the `Symbol::is_*` functions.
0 commit comments