mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
d30f0471c3
Suggest use "{}", self.x instead of {self.x} when resolve x as field of `self`
Fixes #141136
Changes can be seen in the second commit: https://github.com/rust-lang/rust/commit/9de7fff0d8ab72fb57dea6255fc10fe35219db72
r? compiler