diff options
| author | Marcel Hellwig <github@cookiesoft.de> | 2021-08-06 17:14:27 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2021-08-18 09:31:51 +0200 |
| commit | 8b8ab5f599f04d83f31994a47cf2345dbaddd38b (patch) | |
| tree | 61f0d5db6cd0a2566f94e16c80091cdefd0d8942 /example/alloc_example.rs | |
| parent | 1bfa59afe042e03371c7c62860e94db1e20bd657 (diff) | |
| download | rust-8b8ab5f599f04d83f31994a47cf2345dbaddd38b.tar.gz rust-8b8ab5f599f04d83f31994a47cf2345dbaddd38b.zip | |
remove box_syntax uses from cranelift and tools
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 71e93e87b6c..2a9f7e58e01 100644 --- a/example/alloc_example.rs +++ b/example/alloc_example.rs @@ -1,4 +1,4 @@ -#![feature(start, box_syntax, core_intrinsics, alloc_prelude, alloc_error_handler)] +#![feature(start, core_intrinsics, alloc_prelude, alloc_error_handler)] #![no_std] extern crate alloc; |
