diff options
| author | trevyn <230691+trevyn@users.noreply.github.com> | 2024-02-14 12:42:32 -0800 |
|---|---|---|
| committer | trevyn <230691+trevyn@users.noreply.github.com> | 2024-02-14 12:42:32 -0800 |
| commit | 220e8a7484de6fd4e2679a3f6577ba879be73204 (patch) | |
| tree | 63d80b0d7d67860e89fc5a0e08fa8692558a62d4 /compiler/rustc_errors/src | |
| parent | 502ce8287bc3c86dca07acc38c5ff9431a6097be (diff) | |
| download | rust-220e8a7484de6fd4e2679a3f6577ba879be73204.tar.gz rust-220e8a7484de6fd4e2679a3f6577ba879be73204.zip | |
For E0038, suggest associated type if available
Diffstat (limited to 'compiler/rustc_errors/src')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index d876f28040d..6d5202bbbd3 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -524,6 +524,7 @@ pub enum StashKey { MaybeFruTypo, CallAssocMethod, TraitMissingMethod, + AssociatedTypeSuggestion, OpaqueHiddenTypeMismatch, MaybeForgetReturn, /// Query cycle detected, stashing in favor of a better error. |
