diff options
| author | bors <bors@rust-lang.org> | 2021-09-26 23:31:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-09-26 23:31:01 +0000 |
| commit | 500e22e340ee260c3fcd0e34e20e5c5d71df04bf (patch) | |
| tree | 5cf9c7e94f924daf928f480a040497724dd71b94 /example | |
| parent | 1b34e2d678bc45a2877c18d93a7a5049f8f8ef84 (diff) | |
| parent | 5d3b8e7c1b259b82549d631f66b88bd041dce3fc (diff) | |
| download | rust-500e22e340ee260c3fcd0e34e20e5c5d71df04bf.tar.gz rust-500e22e340ee260c3fcd0e34e20e5c5d71df04bf.zip | |
Auto merge of #89092 - bjorn3:sync_cg_clif-2021-09-19, r=bjorn3
Sync rustc_codegen_cranelift Nothing exciting this time. Mostly internal refactorings. r? `@ghost` `@rustbot` label +A-codegen +A-cranelift +T-compiler
Diffstat (limited to 'example')
| -rw-r--r-- | example/alloc_example.rs | 2 | ||||
| -rw-r--r-- | example/mini_core_hello_world.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/example/alloc_example.rs b/example/alloc_example.rs index 2a9f7e58e01..d0d492e9674 100644 --- a/example/alloc_example.rs +++ b/example/alloc_example.rs @@ -1,4 +1,4 @@ -#![feature(start, core_intrinsics, alloc_prelude, alloc_error_handler)] +#![feature(start, core_intrinsics, alloc_prelude, alloc_error_handler, box_syntax)] #![no_std] extern crate alloc; diff --git a/example/mini_core_hello_world.rs b/example/mini_core_hello_world.rs index 6e13e4dcbfb..cbfdb3c44f3 100644 --- a/example/mini_core_hello_world.rs +++ b/example/mini_core_hello_world.rs @@ -1,4 +1,4 @@ -#![feature(no_core, lang_items, never_type, linkage, extern_types, thread_local)] +#![feature(no_core, lang_items, never_type, linkage, extern_types, thread_local, box_syntax)] #![no_core] #![allow(dead_code, non_camel_case_types)] |
