Rollup merge of #121111 - trevyn:associated-type-suggestion, r=davidtwco
For E0038, suggest associated type if available Closes #116434
This commit is contained in:
commit
670bdbf808
7 changed files with 58 additions and 6 deletions
|
@ -526,6 +526,7 @@ pub enum StashKey {
|
|||
MaybeFruTypo,
|
||||
CallAssocMethod,
|
||||
TraitMissingMethod,
|
||||
AssociatedTypeSuggestion,
|
||||
OpaqueHiddenTypeMismatch,
|
||||
MaybeForgetReturn,
|
||||
/// Query cycle detected, stashing in favor of a better error.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue