about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2020-12-30 08:04:59 -0500
committerMark Rousskov <mark.simulacrum@gmail.com>2020-12-30 09:27:19 -0500
commitfe031180d0be11ce15ee82872829af4092356188 (patch)
tree505b6b6c785f9506d6a9a82372d95d0488aee2c3 /library/alloc
parentd107a87d34c1fc3521aaab7a2576ffbaf59cb2cb (diff)
downloadrust-fe031180d0be11ce15ee82872829af4092356188.tar.gz
rust-fe031180d0be11ce15ee82872829af4092356188.zip
Bump bootstrap compiler to 1.50 beta
Diffstat (limited to 'library/alloc')
-rw-r--r--library/alloc/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index 3ac34c9ae28..54b402faaeb 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -112,8 +112,7 @@
 #![feature(never_type)]
 #![feature(nll)]
 #![feature(nonnull_slice_from_raw_parts)]
-#![cfg_attr(bootstrap, feature(optin_builtin_traits))]
-#![cfg_attr(not(bootstrap), feature(auto_traits))]
+#![feature(auto_traits)]
 #![feature(or_patterns)]
 #![feature(pattern)]
 #![feature(ptr_internals)]