]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #102336 - compiler-errors:issue-102333, r=jackh726
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Thu, 29 Sep 2022 12:43:19 +0000 (18:13 +0530)
committerGitHub <noreply@github.com>
Thu, 29 Sep 2022 12:43:19 +0000 (18:13 +0530)
commit1be9ec54437c396acf64ed9be75270752ab5abad
treee761d65b8024a42d1b3e8830389fc9e4ad7b79e3
parent8a497b7181cad4ae66dbd6cc31042b69b6bd0df7
parent92561f43f185b54c81167ddc89fbe2dcd94b4efb
Rollup merge of #102336 - compiler-errors:issue-102333, r=jackh726

Fix associated type bindings with anon const in GAT position

The first commit formats `type_of.rs`, which is really hard to maintain since it uses a bunch of features like `let`-chains and `if let` match arm bindings. Best if you just review the second two diffs.

Fixes #102333