about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAria Beingessner <a.beingessner@gmail.com>2022-03-29 17:45:54 -0400
committerAria Beingessner <a.beingessner@gmail.com>2022-03-29 20:18:29 -0400
commit37d4753776f21df54e027141e1ef8922345a9b35 (patch)
tree06bf3da83161d5e8f59ab33c9ad3ffb46a66f44d
parenta91a9eeffff78895f7879e196fa08ffdcfcda0fd (diff)
downloadrust-37d4753776f21df54e027141e1ef8922345a9b35.tar.gz
rust-37d4753776f21df54e027141e1ef8922345a9b35.zip
fixup feature position in liballoc
-rw-r--r--library/alloc/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index 7e90d77b8f2..065d071a2e3 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -127,6 +127,7 @@
 #![feature(slice_ptr_len)]
 #![feature(slice_range)]
 #![feature(str_internals)]
+#![feature(strict_provenance)]
 #![feature(trusted_len)]
 #![feature(trusted_random_access)]
 #![feature(try_trait_v2)]
@@ -158,7 +159,6 @@
 #![feature(rustc_allow_const_fn_unstable)]
 #![feature(rustc_attrs)]
 #![feature(staged_api)]
-#![feature(strict_provenance)]
 #![cfg_attr(test, feature(test))]
 #![feature(unboxed_closures)]
 #![feature(unsized_fn_params)]