We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
int_log
1 parent 36ab96e commit 2302ad0Copy full SHA for 2302ad0
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