diff options
| author | bors <bors@rust-lang.org> | 2024-05-25 22:26:32 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-05-25 22:26:32 +0000 |
| commit | 0a59f113629aafb6e5ee55ad04a2d451a11d8466 (patch) | |
| tree | 186a3505f2133d75d317f3cb342c61bd0511edaa /compiler/rustc_data_structures | |
| parent | 1ba35e9bb44d416fc2ebf897855454258b650b01 (diff) | |
| parent | 0ded36f729b6fb9fb110692f6725e27f3bf739b0 (diff) | |
| download | rust-0a59f113629aafb6e5ee55ad04a2d451a11d8466.tar.gz rust-0a59f113629aafb6e5ee55ad04a2d451a11d8466.zip | |
Auto merge of #125552 - matthiaskrgr:rollup-f1yybpn, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #121377 (Stabilize `LazyCell` and `LazyLock`) - #122986 (Fix c_char on AIX) - #123803 (Fix `VecDeque::shrink_to` UB when `handle_alloc_error` unwinds.) - #124080 (Some unstable changes to where opaque types get defined) - #124667 (Stabilize `div_duration`) - #125472 (tidy: validate LLVM component names in tests) - #125523 (Exit the process a short time after entering our ctrl-c handler) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 85b5a3cdb7c..9781aae22eb 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -24,7 +24,6 @@ #![feature(extend_one)] #![feature(hash_raw_entry)] #![feature(hasher_prefixfree_extras)] -#![feature(lazy_cell)] #![feature(lint_reasons)] #![feature(macro_metavar_expr)] #![feature(map_try_insert)] |
