diff options
| author | Michael Goulet <michael@errs.io> | 2025-02-20 03:04:13 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2025-02-22 00:04:26 +0000 |
| commit | 9323ba54d3b35aeaf55a9596a29682c7173cf4d2 (patch) | |
| tree | 0c370772ae652c04d43c0c64595a1bcb6c5d6238 /compiler/rustc_errors/src | |
| parent | 794c12416b2138064af1f2746646973fafd9419d (diff) | |
| download | rust-9323ba54d3b35aeaf55a9596a29682c7173cf4d2.tar.gz rust-9323ba54d3b35aeaf55a9596a29682c7173cf4d2.zip | |
Remove MaybeForgetReturn suggestion
Diffstat (limited to 'compiler/rustc_errors/src')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 6fce1fade26..9df306bb635 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -599,7 +599,6 @@ pub enum StashKey { MaybeFruTypo, CallAssocMethod, AssociatedTypeSuggestion, - MaybeForgetReturn, /// Query cycle detected, stashing in favor of a better error. Cycle, UndeterminedMacroResolution, |
