diff options
| author | bors <bors@rust-lang.org> | 2023-08-12 17:51:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-08-12 17:51:16 +0000 |
| commit | cbb48a5e930fe4e8432ec318299731c8298e2910 (patch) | |
| tree | 44ee50062e5ecf8d3705980ecdaceee4c83f49f2 /compiler/rustc_codegen_ssa/src | |
| parent | 1e836d12d39ea09b1d86ebda70cb11b41564cead (diff) | |
| parent | cf9081c0a1a7132854f9fe36b09c1a2752d787f2 (diff) | |
| download | rust-cbb48a5e930fe4e8432ec318299731c8298e2910.tar.gz rust-cbb48a5e930fe4e8432ec318299731c8298e2910.zip | |
Auto merge of #114756 - matthiaskrgr:rollup-4m7l4p6, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #94455 (Partially stabilize `int_roundings`) - #114132 (Better Debug for Vars and VarsOs) - #114584 (E0277 nolonger points at phantom `.await`) - #114667 (Record binder for bare trait object in LifetimeCollectVisitor) - #114692 (downgrade `internal_features` to warn) - #114703 (Cover ParamConst in smir) - #114734 (Mark oli as "on vacation") r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_codegen_ssa/src')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/lib.rs b/compiler/rustc_codegen_ssa/src/lib.rs index f577f653ccd..7bed3fa6150 100644 --- a/compiler/rustc_codegen_ssa/src/lib.rs +++ b/compiler/rustc_codegen_ssa/src/lib.rs @@ -2,7 +2,6 @@ #![feature(associated_type_bounds)] #![feature(box_patterns)] #![feature(if_let_guard)] -#![feature(int_roundings)] #![feature(let_chains)] #![feature(negative_impls)] #![feature(never_type)] |
