rust/compiler
Trevor Gross 4d5ca4cd38
Rollup merge of #145990 - lcnr:final-ty-no-resolve, r=davidtwco
`AutoDeref::final_ty` is already resolved

What is a `bool` argument doing here :<

The initial value is already resolved 41f2b6b39e/compiler/rustc_hir_analysis/src/autoderef.rs (L130)

For `builtin_deref` we assert that this is still the case 41f2b6b39e/compiler/rustc_hir_analysis/src/autoderef.rs (L82)

While `overloaded_deref_ty` also resolves at the end 41f2b6b39e/compiler/rustc_hir_analysis/src/autoderef.rs (L173)
2025-08-29 19:33:04 -05:00
..
2025-08-26 17:25:45 +02:00
2025-08-27 20:25:18 +02:00
2025-08-24 22:15:19 +00:00