diff options
| author | Trevor Gross <tmgross@umich.edu> | 2022-12-12 00:42:45 -0500 |
|---|---|---|
| committer | Trevor Gross <tgross@intrepidcs.com> | 2023-03-29 18:04:44 -0400 |
| commit | dc4ba57566acac492df2c2074d2d7144566dc7df (patch) | |
| tree | 784550d8c54ac2ee205293e407dd0c3a6dc18101 /tests/ui/rfc-2632-const-trait-impl/nested-closure.rs | |
| parent | f98598c6cd34947efa9e3977338e9bce62d1997c (diff) | |
| download | rust-dc4ba57566acac492df2c2074d2d7144566dc7df.tar.gz rust-dc4ba57566acac492df2c2074d2d7144566dc7df.zip | |
Stabilize a portion of 'once_cell'
Move items not part of this stabilization to 'lazy_cell' or 'once_cell_try'
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; |
