]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Merge #1783
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 2 Feb 2023 18:29:46 +0000 (18:29 +0000)
committerGitHub <noreply@github.com>
Thu, 2 Feb 2023 18:29:46 +0000 (18:29 +0000)
1783: Remove HIR::GroupedPattern r=philberty a=powerboat9

Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
Removes HIR::GroupedPattern and lowers AST::GroupedPattern to its inner pattern directly. Addresses https://github.com/Rust-GCC/gccrs/pull/1771#pullrequestreview-1271272084

Co-authored-by: Owen Avery <powerboat9.gamer@gmail.com>

Trivial merge