mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
61b38b216a
More accurate suggestion for `self.` and `Self::` Detect that we can't suggest `self.` in an associated function without `&self` receiver. Partially address #115992. r? ``@compiler-errors``