]> git.lizzy.rs Git - rust.git/commit
Don't erroneously deny semicolons after closure expr within parentheses in a macro
authorMichael Goulet <michael@errs.io>
Wed, 19 Oct 2022 04:55:31 +0000 (04:55 +0000)
committerMichael Goulet <michael@errs.io>
Sat, 22 Oct 2022 06:59:49 +0000 (06:59 +0000)
commit3d7b1f0d18a4bdb667c6244b1748136c312cc9cf
tree8c2eab6069abe6487d444644a8777c32b488bfad
parenteecde5850cade0c058dc12330081329b31a826c7
Don't erroneously deny semicolons after closure expr within parentheses in a macro
compiler/rustc_parse/src/parser/expr.rs
src/test/ui/parser/semi-after-closure-in-macro.rs [new file with mode: 0644]