mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
bb6265a739
Suggest calling method on nested field when struct is missing method Similar to the suggestion to change `x.field` to `x.nested.field`, implement a similar suggestion for when `x.method()` should be replaced with `x.nested.method()`.