mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
eed52596ab
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```