mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
1ff95e018f
Suggest to bind `self.x` to `x` when field `x` may be in format string Fixes rust-lang/rust#141350 I added the new test in the first commit, and committed the changes in the second one. r? @fmease cc @mejrs