We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0a2007 + 0729c1b commit 1bf321aCopy full SHA for 1bf321a
src/lib.rs
@@ -3,7 +3,6 @@
3
#![feature(never_type)]
4
#![feature(try_blocks)]
5
#![feature(io_error_more)]
6
-#![feature(int_log)]
7
#![feature(variant_count)]
8
#![feature(yeet_expr)]
9
#![feature(is_some_and)]
tests/pass/integer-ops.rs
@@ -1,5 +1,4 @@
1
//@compile-flags: -Coverflow-checks=off
2
#![allow(arithmetic_overflow)]
pub fn main() {
0 commit comments