]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #106066 - JohnTitor:rm-bindings-after-at-fixme, r=compiler-errors
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 27 Dec 2022 15:37:48 +0000 (16:37 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Dec 2022 15:37:48 +0000 (16:37 +0100)
commitb7657e9cecaf46128702c5a221c3a84fd6e7cae6
treeb8df1df6806743449140c9966f285e3c166d00cd
parentd5b975cb7c227b5eec4a83c4651d1225f479c230
parent668d9fd7bc5094a5df76adde70d5947cb6705281
Rollup merge of #106066 - JohnTitor:rm-bindings-after-at-fixme, r=compiler-errors

Always suggest as `MachineApplicable` in `recover_intersection_pat`

This resolves one FIXME in `recover_intersection_pat` by always applying `MachineApplicable` when suggesting, as `bindings_after_at` is now stable.
This also separates a test to apply `// run-rustfix`.

Signed-off-by: Yuki Okushi <jtitor@2k36.org>