]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obk
authorMichael Goulet <michael@errs.io>
Fri, 3 Feb 2023 22:15:22 +0000 (14:15 -0800)
committerGitHub <noreply@github.com>
Fri, 3 Feb 2023 22:15:22 +0000 (14:15 -0800)
commite99e05d13592d2e9868fa69f98dc01f9766f05ed
treefaa84e1df772ee6c48b73321bf6ba08931a456ef
parentbeb5cc9cf79b782094bb75fe41df3b7bdbb05bd7
parentb886a4de157873c6a3e536a517fd6b097a4ab11b
Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obk

 Replace `ConstFnMutClosure` with const closures

Also fixes a parser bug. cc `@oli-obk` for compiler changes
compiler/rustc_parse/src/parser/expr.rs
compiler/rustc_parse/src/parser/mod.rs