Skip to content

Commit

Permalink
Auto merge of #101708 - compiler-errors:issue-101696, r=jackh726
Browse files Browse the repository at this point in the history
Normalize closure signature after construction

Astconv can't normalize inputs or outputs with escaping bound vars ([see this](https://doc.rust-lang.org/nightly/nightly-rustc/src/rustc_typeck/check/fn_ctxt/mod.rs.html#294)), so normalize them after we've wrapped them in a binder.

Fixes #101696
  • Loading branch information
bors committed Sep 23, 2022
2 parents 6146cc5 + ff9d1a5 commit 6135e07
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 6135e07

Please sign in to comment.