mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
d175f11e0e
Add proper suggestion for associated function with unknown field Fixes rust-lang/rust#149038 The first commit is changing the old suggestion to verbose, the second commit is a new added suggestion. r? ``@estebank``