about summary refs log tree commit diff
path: root/example/alloc_example.rs
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2023-08-13 09:37:32 -0400
committerAntoni Boucher <bouanto@zoho.com>2023-08-13 09:37:32 -0400
commit43431e4db4d7e85f36dd7832a521b7b4d73e53ff (patch)
tree2e110c82176162b4c6b8689623ea12e1f43463ea /example/alloc_example.rs
parent8a160d6fcd361041dcd6edb8f72c411f71e3a23c (diff)
downloadrust-43431e4db4d7e85f36dd7832a521b7b4d73e53ff.tar.gz
rust-43431e4db4d7e85f36dd7832a521b7b4d73e53ff.zip
Update to nightly-2023-08-12
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;