about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2025-03-07 05:52:22 +0000
committerGitHub <noreply@github.com>2025-03-07 05:52:22 +0000
commita3ea86e4b1e3a668f74c8fb7eaf99e97db047950 (patch)
treecea01037962191e12be544d1ae5cad9659ae9461 /compiler/rustc_errors
parent7c3979ec45b020171c5ea2a38495c8d08a8b5444 (diff)
parent245aad1b3e38c1b26170c77972fe67db55db2199 (diff)
downloadrust-a3ea86e4b1e3a668f74c8fb7eaf99e97db047950.tar.gz
rust-a3ea86e4b1e3a668f74c8fb7eaf99e97db047950.zip
Merge pull request #4222 from rust-lang/rustup-2025-03-07
Automatic Rustup
Diffstat (limited to 'compiler/rustc_errors')
-rw-r--r--compiler/rustc_errors/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs
index f2b133f5677..f69e756a3e1 100644
--- a/compiler/rustc_errors/src/lib.rs
+++ b/compiler/rustc_errors/src/lib.rs
@@ -626,7 +626,6 @@ pub enum StashKey {
     MaybeFruTypo,
     CallAssocMethod,
     AssociatedTypeSuggestion,
-    MaybeForgetReturn,
     /// Query cycle detected, stashing in favor of a better error.
     Cycle,
     UndeterminedMacroResolution,