mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
a7e035ab89
When encountering a type error involving a `Self` literal, point at the self type of the enclosing `impl`. CC #76086.