]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #90801 - b-naber:missing_normalization_equate_inputs_output, r=jackh726
authorYuki Okushi <jtitor@2k36.org>
Tue, 16 Nov 2021 06:59:39 +0000 (15:59 +0900)
committerGitHub <noreply@github.com>
Tue, 16 Nov 2021 06:59:39 +0000 (15:59 +0900)
commit21bff4a4c1c40e889ee0db41f0c8d98d440d4e6f
tree11f5a08058d4138a0c3c8821048847f43574abf2
parentebef3ce25ba3d604fa24b4cf5c5670ce551f04f5
parent7a4aa65810b1e77f5bbfa442ca36b6fd9530e4be
Rollup merge of #90801 - b-naber:missing_normalization_equate_inputs_output, r=jackh726

Normalize both arguments of `equate_normalized_input_or_output`

Fixes https://github.com/rust-lang/rust/issues/90638
Fixes https://github.com/rust-lang/rust/issues/90612

Temporary fix for a more complex underlying problem stemming from an inability to normalize closure substs during typecheck.

r? ````@jackh726````