ast_lowering: Stop wrapping ident matchers into groups

The lowered forms goes to metadata, for example during encoding of macro definitions
This commit is contained in:
Vadim Petrochenkov
2022-04-01 23:54:05 +03:00
parent 297a8018b5
commit a150fc2990
3 changed files with 10 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
#![feature(crate_visibility_modifier)]
#![feature(derive_default_enum)]
#![feature(if_let_guard)]
#![feature(let_chains)]
#![feature(let_else)]
#![feature(min_specialization)]