about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/unstable.rs
diff options
context:
space:
mode:
authorCameron Steffen <cam.steffen94@gmail.com>2025-06-29 13:06:21 -0500
committerCameron Steffen <cam.steffen94@gmail.com>2025-06-30 07:49:20 -0500
commitdc9879cb3d3446c41b6d7d6813b7bfd17da1134f (patch)
treef200bdbef8afdab1674566b191f6a0e4a55541f9 /compiler/rustc_feature/src/unstable.rs
parented2d759783dc9de134bbb3f01085b1e6dbf539f3 (diff)
downloadrust-dc9879cb3d3446c41b6d7d6813b7bfd17da1134f.tar.gz
rust-dc9879cb3d3446c41b6d7d6813b7bfd17da1134f.zip
Remove let_chains feature
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 719ba597da1..9c62c44a9c7 100644
--- a/compiler/rustc_feature/src/unstable.rs
+++ b/compiler/rustc_feature/src/unstable.rs
@@ -552,8 +552,6 @@ declare_features! (
     (unstable, large_assignments, "1.52.0", Some(83518)),
     /// Allow to have type alias types for inter-crate use.
     (incomplete, lazy_type_alias, "1.72.0", Some(112792)),
-    /// Allows `if/while p && let q = r && ...` chains.
-    (unstable, let_chains, "1.37.0", Some(53667)),
     /// Allows using `#[link(kind = "link-arg", name = "...")]`
     /// to pass custom arguments to the linker.
     (unstable, link_arg_attribute, "1.76.0", Some(99427)),