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
Removed RESERVED_RAW_IDENTIFIER and RESERVED_RAW_LIFETIME
I don't recall exactly why I added these, since the previous grammar
didn't allow for them. Also `'r#_` is not reserved before edition 2021.
Anyways, I don't think they are necessary because RAW_IDENTIFIER and
RAW_LIFETIME now exclude `_` explicitly, and `_` is no different than
the other excluded keywords like `crate`.
It could be said it would be nice to document the rationale for the
restrictions (#2042), but
that is a bigger ask.
0 commit comments