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.
1 parent 1c3bdb6 commit b06863cCopy full SHA for b06863c
src/lib.rs
@@ -1,3 +1,4 @@
1
+#![cfg_attr(bootstrap, feature(strict_overflow_ops))]
2
#![feature(abort_unwind)]
3
#![feature(cfg_select)]
4
#![feature(rustc_private)]
@@ -11,7 +12,6 @@
11
12
#![feature(variant_count)]
13
#![feature(yeet_expr)]
14
#![feature(nonzero_ops)]
-#![feature(strict_overflow_ops)]
15
#![feature(pointer_is_aligned_to)]
16
#![feature(ptr_metadata)]
17
#![feature(unqualified_local_imports)]
0 commit comments