diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-04-23 09:37:28 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-04-23 09:37:28 +0000 |
| commit | 4ad6c6c58157475af340241ee1c4f5d66472b3ea (patch) | |
| tree | 2a2f4d6d86a9d12023bb51ceeed75bbd323dfc9e /example/alloc_example.rs | |
| parent | e654877b2fe85e168513add63552149fdddc2ff7 (diff) | |
Merge commit 'de5d6523738fd44a0521b6abf3e73ae1df210741' into sync_cg_clif-2024-04-23
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 117eed5afd8..da70ca79439 100644 --- a/example/alloc_example.rs +++ b/example/alloc_example.rs @@ -1,4 +1,5 @@ #![feature(start, core_intrinsics, alloc_error_handler, lang_items)] +#![allow(internal_features)] #![no_std] extern crate alloc; |
