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.
2 parents b42f468 + 4b33088 commit 4392b27Copy full SHA for 4392b27
rust-version
@@ -1 +1 @@
1
-452cf4f7109f58433ac38be7d3da527408571054
+11fa0850f03ae49fe1053a21bcdcf8a301668ad8
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 @@
//@compile-flags: -Coverflow-checks=off
2
#![allow(arithmetic_overflow)]
pub fn main() {
0 commit comments