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
The anonymous lifetime `'_` is not a keyword according to the Reference
and the Ferrocene spec. This commit changes it to a symbol. This changes
the behaviour of the `is_any_keyword` predicate, but that has no effect
in practice because nothing depended on that behaviour.
(Rust-analyzer calls its equivalent constant `tick_underscore`. I don't
have a strong preference for either name, I just went with
`underscore_lifetime` because it is similar to the old keyword name.)
0 commit comments