mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-22 04:50:36 +00:00

Improve wording of suggestion about accessing field Follow-up to #81504 The compiler at this moment suggests "you might have meant to use field `b` of type `B`", sounding like it's type `B` which has the field `b`. r? ```@estebank```