about summary refs log tree commit diff
path: root/library/alloc/src/lib.rs
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2023-03-07 08:39:30 -0500
committerMark Rousskov <mark.simulacrum@gmail.com>2023-03-15 08:55:22 -0400
commitbb8a0ffa23d235e06280ff0d0b96f0b0e763d35c (patch)
tree522a621fdcaba51d4e4d0371fba73f4aa0521386 /library/alloc/src/lib.rs
parent01d7af11e17887c4fc77902e77840d00309bf572 (diff)
downloadrust-bb8a0ffa23d235e06280ff0d0b96f0b0e763d35c.tar.gz
rust-bb8a0ffa23d235e06280ff0d0b96f0b0e763d35c.zip
Bump to latest beta
Diffstat (limited to 'library/alloc/src/lib.rs')
-rw-r--r--library/alloc/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index e9cc3875f68..5469261ef56 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -87,7 +87,7 @@
 #![warn(missing_debug_implementations)]
 #![warn(missing_docs)]
 #![allow(explicit_outlives_requirements)]
-#![cfg_attr(not(bootstrap), warn(multiple_supertrait_upcastable))]
+#![warn(multiple_supertrait_upcastable)]
 //
 // Library features:
 #![feature(alloc_layout_extra)]
@@ -195,7 +195,7 @@
 #![feature(c_unwind)]
 #![feature(with_negative_coherence)]
 #![cfg_attr(test, feature(panic_update_hook))]
-#![cfg_attr(not(bootstrap), feature(multiple_supertrait_upcastable))]
+#![feature(multiple_supertrait_upcastable)]
 //
 // Rustdoc features:
 #![feature(doc_cfg)]