about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/unstable.rs
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2025-03-06 20:50:51 +0000
committerMichael Goulet <michael@errs.io>2025-03-23 14:11:04 +0000
commiteb3707e4b49e7d19d048cf2187d6e3643be9dba2 (patch)
treec7805bcb8ecb88c43c90e48eac1eaa6acd795850 /compiler/rustc_feature/src/unstable.rs
parent97fc1f62d8c3f9b725b827540389a8874501c96e (diff)
downloadrust-eb3707e4b49e7d19d048cf2187d6e3643be9dba2.tar.gz
rust-eb3707e4b49e7d19d048cf2187d6e3643be9dba2.zip
Stabilize precise_capturing_in_traits
Diffstat (limited to 'compiler/rustc_feature/src/unstable.rs')
-rw-r--r--compiler/rustc_feature/src/unstable.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_feature/src/unstable.rs b/compiler/rustc_feature/src/unstable.rs
index 4707daea089..72468dd4714 100644
--- a/compiler/rustc_feature/src/unstable.rs
+++ b/compiler/rustc_feature/src/unstable.rs
@@ -600,8 +600,6 @@ declare_features! (
     (incomplete, pin_ergonomics, "1.83.0", Some(130494)),
     /// Allows postfix match `expr.match { ... }`
     (unstable, postfix_match, "1.79.0", Some(121618)),
-    /// Allows `use<..>` precise capturign on impl Trait in traits.
-    (unstable, precise_capturing_in_traits, "1.83.0", Some(130044)),
     /// Allows macro attributes on expressions, statements and non-inline modules.
     (unstable, proc_macro_hygiene, "1.30.0", Some(54727)),
     /// Allows the use of raw-dylibs on ELF platforms