Skip to content

Commit 1bf321a

Browse files
committed
Auto merge of rust-lang#104192 - Dylan-DPC:rollup-jjo1o80, r=Dylan-DPC
Rollup of 7 pull requests Successful merges: - rust-lang#103570 (Stabilize integer logarithms) - rust-lang#103694 (Add documentation examples for `pointer::mask`) - rust-lang#103919 (Unescaping cleanups) - rust-lang#103933 (Promote {aarch64,i686,x86_64}-unknown-uefi to Tier 2) - rust-lang#103952 (Don't intra linkcheck reference) - rust-lang#104111 (rustdoc: Add mutable to the description) - rust-lang#104125 (Const Compare for Tuples) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents f0a2007 + 0729c1b commit 1bf321a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#![feature(never_type)]
44
#![feature(try_blocks)]
55
#![feature(io_error_more)]
6-
#![feature(int_log)]
76
#![feature(variant_count)]
87
#![feature(yeet_expr)]
98
#![feature(is_some_and)]

tests/pass/integer-ops.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@compile-flags: -Coverflow-checks=off
2-
#![feature(int_log)]
32
#![allow(arithmetic_overflow)]
43

54
pub fn main() {

0 commit comments

Comments
 (0)