diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2020-09-22 13:06:14 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-09-22 13:06:14 +0200 |
| commit | e5b2b1ba8101bc9d5da6fb05e669fc8f9d784368 (patch) | |
| tree | a22cf2fc9a41f0fbb2285df440f41e0ed2cb3179 | |
| parent | cb3101d178da4c291225d5a5e7489a0cac14b833 (diff) | |
| download | rust-e5b2b1ba8101bc9d5da6fb05e669fc8f9d784368.tar.gz rust-e5b2b1ba8101bc9d5da6fb05e669fc8f9d784368.zip | |
Misc changes
| -rw-r--r-- | example/mini_core_hello_world.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/example/mini_core_hello_world.rs b/example/mini_core_hello_world.rs index f1c037696d8..376056e1938 100644 --- a/example/mini_core_hello_world.rs +++ b/example/mini_core_hello_world.rs @@ -1,7 +1,5 @@ -// Adapted from https://github.com/sunfishcode/mir2cranelift/blob/master/rust-examples/nocore-hello-world.rs - #![feature( - no_core, unboxed_closures, start, lang_items, box_syntax, never_type, linkage, + no_core, start, lang_items, box_syntax, never_type, linkage, extern_types, thread_local )] #![no_core] |
