Related change in rustc: https://github.com/rust-lang/rust/pull/48842. The `impl Synom for Ident` should continue to reject `_`, just as macro_rules `$:ident` does.
Related change in rustc: rust-lang/rust#48842.
The
impl Synom for Identshould continue to reject_, just as macro_rules$:identdoes.