mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-01 05:55:29 +00:00
When we have a resolution error when looking at a fully qualified path on a type, look for all associated functions on inherent impls that return `Self` and mention them to the user. Fix #69512.