diff options
| author | Michael Goulet <michael@errs.io> | 2025-01-11 19:22:02 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2025-01-11 19:22:06 +0000 |
| commit | 85c9ce6d79232e8798846cc43d01a077fbee46e3 (patch) | |
| tree | 8441a4dc2efbd82324b5ad3e9f6ad5a2e0821bf9 /compiler/rustc_errors | |
| parent | fb65a3ee576feab95a632eb062f466d7a0342310 (diff) | |
| download | rust-85c9ce6d79232e8798846cc43d01a077fbee46e3.tar.gz rust-85c9ce6d79232e8798846cc43d01a077fbee46e3.zip | |
Remove a bunch of diagnostic stashing that doesn't do anything
Diffstat (limited to 'compiler/rustc_errors')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 58fe3ec4b85..cc5eb9c335e 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -566,9 +566,7 @@ pub enum StashKey { /// FRU syntax MaybeFruTypo, CallAssocMethod, - TraitMissingMethod, AssociatedTypeSuggestion, - OpaqueHiddenTypeMismatch, MaybeForgetReturn, /// Query cycle detected, stashing in favor of a better error. Cycle, |
