rust/compiler
Guillaume Gomez bb6265a739
Rollup merge of #96372 - compiler-errors:field-method-suggest, r=oli-obk
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()`.
2022-04-26 13:22:29 +02:00
..
2022-04-23 09:59:24 +02:00
2022-04-23 09:59:24 +02:00
2022-04-23 23:01:19 +02:00
2022-04-23 09:57:00 +02:00