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 205f63e commit b2657c8Copy full SHA for b2657c8
src/lib.rs
@@ -10,6 +10,7 @@
10
#![feature(variant_count)]
11
#![feature(yeet_expr)]
12
#![feature(nonzero_ops)]
13
+#![cfg_attr(bootstrap, feature(nonnull_provenance))]
14
#![feature(strict_overflow_ops)]
15
#![feature(pointer_is_aligned_to)]
16
#![feature(ptr_metadata)]
0 commit comments