diff options
| -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] |
