mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +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