We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91a9ee commit 37d4753Copy full SHA for 37d4753
1 file changed
library/alloc/src/lib.rs
@@ -127,6 +127,7 @@
127
#![feature(slice_ptr_len)]
128
#![feature(slice_range)]
129
#![feature(str_internals)]
130
+#![feature(strict_provenance)]
131
#![feature(trusted_len)]
132
#![feature(trusted_random_access)]
133
#![feature(try_trait_v2)]
@@ -158,7 +159,6 @@
158
159
#![feature(rustc_allow_const_fn_unstable)]
160
#![feature(rustc_attrs)]
161
#![feature(staged_api)]
-#![feature(strict_provenance)]
162
#![cfg_attr(test, feature(test))]
163
#![feature(unboxed_closures)]
164
#![feature(unsized_fn_params)]
0 commit comments