diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-03-05 19:12:59 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-03-05 19:12:59 +0100 |
| commit | 27886cd6b6a52d5bf3d0a9ea667e04c5e8c59705 (patch) | |
| tree | b7542f3fe3fa244ae6c219bb04d381056efa407c /example/alloc_example.rs | |
| parent | 8b7d335c3846b8adb6f7ced2b66a7704bf83f9bb (diff) | |
| download | rust-27886cd6b6a52d5bf3d0a9ea667e04c5e8c59705.tar.gz rust-27886cd6b6a52d5bf3d0a9ea667e04c5e8c59705.zip | |
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05
Diffstat (limited to 'example/alloc_example.rs')
| -rw-r--r-- | example/alloc_example.rs | 2 |
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; |
