]> git.lizzy.rs Git - rust.git/commit
Auto merge of #95571 - petrochenkov:nowrapident2, r=Aaron1011
authorbors <bors@rust-lang.org>
Sat, 2 Apr 2022 07:42:50 +0000 (07:42 +0000)
committerbors <bors@rust-lang.org>
Sat, 2 Apr 2022 07:42:50 +0000 (07:42 +0000)
commit07a461ad52b8485b184397b453b5436c70f9f460
treec8c190d608710eca64c12ab369c12f6f95f7639c
parent95f68702ff927231ef6d37c03a8c3fcd2b6cf59b
parenta150fc2990bb89d804761f64d2ce3cf497b7fc81
Auto merge of #95571 - petrochenkov:nowrapident2, r=Aaron1011

ast_lowering: Stop wrapping `ident` matchers into groups

The lowered forms goes to metadata, for example during encoding of macro definitions.
This is a missing part of https://github.com/rust-lang/rust/pull/92472.

Fixes https://github.com/rust-lang/rust/issues/95569
r? `@Aaron1011`