1
Fork 0
rust/compiler/rustc_infer/src
Jack Huey 7edb3ad39b
Rollup merge of #81655 - matsujika:suggest-accessing-field-rewording, r=estebank
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```
2021-02-02 16:01:48 -05:00
..
infer Rollup merge of #81655 - matsujika:suggest-accessing-field-rewording, r=estebank 2021-02-02 16:01:48 -05:00
traits Review changes 2021-01-16 18:56:37 -05:00
lib.rs TypeVisitor: use ControlFlow in rustc_{infer,lint,trait_selection} 2020-10-30 12:27:34 +01:00