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_hir_analysis/src/lib.rs | |
| 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_hir_analysis/src/lib.rs')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/src/lib.rs b/compiler/rustc_hir_analysis/src/lib.rs index d1e50e13894..8fe81851f93 100644 --- a/compiler/rustc_hir_analysis/src/lib.rs +++ b/compiler/rustc_hir_analysis/src/lib.rs @@ -68,7 +68,6 @@ This API is completely unstable and subject to change. #![feature(iter_intersperse)] #![feature(let_chains)] #![feature(never_type)] -#![feature(lazy_cell)] #![feature(slice_partition_dedup)] #![feature(try_blocks)] |
