diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2023-08-13 09:37:32 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2023-08-13 09:37:32 -0400 |
| commit | 43431e4db4d7e85f36dd7832a521b7b4d73e53ff (patch) | |
| tree | 2e110c82176162b4c6b8689623ea12e1f43463ea /example/alloc_example.rs | |
| parent | 8a160d6fcd361041dcd6edb8f72c411f71e3a23c (diff) | |
| download | rust-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.rs | 1 |
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; |
