diff options
| author | est31 <MTest31@outlook.com> | 2024-11-10 21:54:48 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2025-04-18 15:57:29 +0200 |
| commit | 0e91190b05cfe05199e9ecbecc1d1d5fa57c9384 (patch) | |
| tree | f21e75c78e571ec66714de115c17d4f9eee8a719 /tests/ui/expr | |
| parent | 2e61af2fca192e155cc99ddd90ec534fdc70cf98 (diff) | |
| download | rust-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.rs | 3 |
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() { |
