about summary refs log tree commit diff
path: root/tests/ui/expr
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2024-11-10 21:54:48 +0100
committerest31 <MTest31@outlook.com>2025-04-18 15:57:29 +0200
commit0e91190b05cfe05199e9ecbecc1d1d5fa57c9384 (patch)
treef21e75c78e571ec66714de115c17d4f9eee8a719 /tests/ui/expr
parent2e61af2fca192e155cc99ddd90ec534fdc70cf98 (diff)
downloadrust-0e91190b05cfe05199e9ecbecc1d1d5fa57c9384.tar.gz
rust-0e91190b05cfe05199e9ecbecc1d1d5fa57c9384.zip
Remove let_chains feature gate from some places in the testsuite
Diffstat (limited to 'tests/ui/expr')
-rw-r--r--tests/ui/expr/if/attrs/let-chains-attr.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/expr/if/attrs/let-chains-attr.rs b/tests/ui/expr/if/attrs/let-chains-attr.rs
index 2cf1b169f06..7b74b17784e 100644
--- a/tests/ui/expr/if/attrs/let-chains-attr.rs
+++ b/tests/ui/expr/if/attrs/let-chains-attr.rs
@@ -1,6 +1,5 @@
 //@ check-pass
-
-#![feature(let_chains)]
+//@ edition:2024
 
 #[cfg(false)]
 fn foo() {