diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-04-27 17:47:15 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2019-04-27 17:47:15 +0200 |
| commit | aeecb45bebc26499ba7382627733e2677fab1af6 (patch) | |
| tree | 5a2b0fbeb5bb09159bdaa0044e04f937b4991878 /example/alloc_example.rs | |
| parent | 11d816cce5e5b7ed2095f52179021071aeee0beb (diff) | |
| download | rust-aeecb45bebc26499ba7382627733e2677fab1af6.tar.gz rust-aeecb45bebc26499ba7382627733e2677fab1af6.zip | |
Preserve the order files are added to archives
rust.metadata.bin could have been at the start of an .rlib file confusing ld
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 3dc13452117..20a8642cbd1 100644 --- a/example/alloc_example.rs +++ b/example/alloc_example.rs @@ -1,4 +1,4 @@ -#![feature(start, box_syntax, alloc_system, core_intrinsics, alloc, alloc_prelude, alloc_error_handler)] +#![feature(start, box_syntax, alloc_system, core_intrinsics, alloc_prelude, alloc_error_handler)] #![no_std] extern crate alloc; |
