Files
rust/tests
Stuart Cook eed52596ab Rollup merge of #146046 - chenyukang:yukang-fix-method-exists-for-ret-ty-error, r=estebank
Suggest method name with maybe ty mismatch

Fixes rust-lang/rust#146008

I think it's ok to suggest method name even when the return ty mismatch, since we only reporting in `Applicability::MaybeIncorrect`, user may add `()` and continue to fix following errors.

r? ```@estebank```
2025-09-01 12:42:27 +10:00
..
2025-08-27 20:25:18 +02:00