Files
rust/src/test
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:27 +02:00
2022-04-23 23:03:18 +02:00
2022-04-18 23:11:42 +02:00
2022-03-15 18:34:16 +00:00