about summary refs log tree commit diff
path: root/example/alloc_example.rs
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2023-10-09 15:53:34 -0400
committerAntoni Boucher <bouanto@zoho.com>2023-10-09 15:53:34 -0400
commit242a482c88ea629b54a2d870e0d66738dd3900df (patch)
tree88fa8bdbe72cd65028067c943366eb19a425d194 /example/alloc_example.rs
parent91ab7909e1cc0b6bd9f5cdf5efb163f34cdf953d (diff)
downloadrust-242a482c88ea629b54a2d870e0d66738dd3900df.tar.gz
rust-242a482c88ea629b54a2d870e0d66738dd3900df.zip
Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_cg_gcc_2023-10-09
Diffstat (limited to 'example/alloc_example.rs')
-rw-r--r--example/alloc_example.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/alloc_example.rs b/example/alloc_example.rs
index 754e7931412..f1954a30cf8 100644
--- a/example/alloc_example.rs
+++ b/example/alloc_example.rs
@@ -1,5 +1,6 @@
 #![feature(start, core_intrinsics, alloc_error_handler, lang_items)]
 #![no_std]
+#![allow(internal_features)]
 
 extern crate alloc;
 extern crate alloc_system;