Rollup merge of #102956 - TaKO8Ki:fix-102946, r=fee1-dead
Use `full_res` instead of `expect_full_res` Fixes #102946 Fixes #102978
This commit is contained in:
commit
48f950c527
3 changed files with 34 additions and 1 deletions
|
@ -1969,7 +1969,7 @@ impl<'a: 'ast, 'b, 'ast> LateResolutionVisitor<'a, 'b, 'ast> {
|
|||
None
|
||||
}
|
||||
})
|
||||
.map(|res| res.expect_full_res())
|
||||
.and_then(|res| res.full_res())
|
||||
.filter(|res| {
|
||||
// Permit the types that unambiguously always
|
||||
// result in the same type constructor being used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue