about summary refs log tree commit diff
path: root/example/alloc_example.rs
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-02-21 10:56:25 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-02-21 10:56:25 +0100
commit93373e13f0df27c7f887caacdcc02182925c5644 (patch)
tree41a59fd3054c258e99084b1986190b078733cb3f /example/alloc_example.rs
parentb36fd9d82b645d67282eda2ca6bbcb09eca5163f (diff)
downloadrust-93373e13f0df27c7f887caacdcc02182925c5644.tar.gz
rust-93373e13f0df27c7f887caacdcc02182925c5644.zip
Don't build alloc_system as part of the sysroot
Diffstat (limited to 'example/alloc_example.rs')
-rw-r--r--example/alloc_example.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/alloc_example.rs b/example/alloc_example.rs
index f59600ebb33..71e93e87b6c 100644
--- a/example/alloc_example.rs
+++ b/example/alloc_example.rs
@@ -1,4 +1,4 @@
-#![feature(start, box_syntax, alloc_system, core_intrinsics, alloc_prelude, alloc_error_handler)]
+#![feature(start, box_syntax, core_intrinsics, alloc_prelude, alloc_error_handler)]
 #![no_std]
 
 extern crate alloc;