]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #88846 - jackh726:issue-88360, r=nikomatsakis
authorbors <bors@rust-lang.org>
Wed, 22 Sep 2021 04:02:01 +0000 (04:02 +0000)
committerbors <bors@rust-lang.org>
Wed, 22 Sep 2021 04:02:01 +0000 (04:02 +0000)
commit77f4143fa26a1434088f532d2ba7ec51e0a392fd
tree2ac36b864964dec158496187d069dffd96949f1e
parent5fd6f3b16db75f01ffa4e59860e35f1e636590d5
parent1ed18f589ec62bf99a4ff541830fbc2bc48ce9f1
Auto merge of #88846 - jackh726:issue-88360, r=nikomatsakis

In suggest_missing_return_type, erase late bound regions after normalizing

Fixes #88360

There might be some hardening that could be done to not error or avoid erroring with LUBing `ReErased` with `ReEmpty`, but this was the most simple fix for this particular case.

r? `@nikomatsakis`