Skip to content

Commit 7e213ac

Browse files
committed
Auto merge of #124271 - GuillaumeGomez:rollup-7st9wd7, r=GuillaumeGomez
Rollup of 7 pull requests Successful merges: - #115913 (checked_ilog: improve performance) - #124178 ([cleanup] [llvm backend] Prevent creating the same `Instance::mono` multiple times) - #124183 (Stop taking `ParamTy`/`ParamConst`/`EarlyParamRegion`/`AliasTy` by ref) - #124217 (coverage: Prepare for improved branch coverage) - #124230 (Stabilize generic `NonZero`.) - #124252 (Improve ICE message for forbidden dep-graph reads.) - #124268 (Update books) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 6b061f4 + 5992ee1 commit 7e213ac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/bin/miri.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![feature(generic_nonzero)]
21
#![feature(rustc_private, stmt_expr_attributes)]
32
#![allow(
43
clippy::manual_range_contains,

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#![feature(cell_update)]
33
#![feature(const_option)]
44
#![feature(float_gamma)]
5-
#![feature(generic_nonzero)]
65
#![feature(map_try_insert)]
76
#![feature(never_type)]
87
#![feature(try_blocks)]

0 commit comments

Comments
 (0)