mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
15c723433f
Use erased self type when autoderefing for trait error suggestion Let's not try to pass something from `skip_binder` into autoderef. Fixes #113951