diff options
Diffstat (limited to 'tests/ui/rfc-2632-const-trait-impl/nested-closure.rs')
| -rw-r--r-- | tests/ui/rfc-2632-const-trait-impl/nested-closure.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/rfc-2632-const-trait-impl/nested-closure.rs b/tests/ui/rfc-2632-const-trait-impl/nested-closure.rs index a851136009c..0b423b34022 100644 --- a/tests/ui/rfc-2632-const-trait-impl/nested-closure.rs +++ b/tests/ui/rfc-2632-const-trait-impl/nested-closure.rs @@ -1,6 +1,6 @@ // check-pass -#![feature(const_trait_impl, once_cell)] +#![feature(const_trait_impl, lazy_cell)] use std::sync::LazyLock; |
