about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/example/alloc_example.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-09-26 23:31:01 +0000
committerbors <bors@rust-lang.org>2021-09-26 23:31:01 +0000
commitb2804655f553022f8b7f2e8fcf4c1343b6ecf255 (patch)
tree6200adff40574ed684e08040d7baac631738a442 /compiler/rustc_codegen_cranelift/example/alloc_example.rs
parent05044c2e6c043929a11537d7f6169eb3a2397bb8 (diff)
parent86f9bcfb8e5863fe51699dc9edebe76fb97078d2 (diff)
downloadrust-b2804655f553022f8b7f2e8fcf4c1343b6ecf255.tar.gz
rust-b2804655f553022f8b7f2e8fcf4c1343b6ecf255.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 'compiler/rustc_codegen_cranelift/example/alloc_example.rs')
-rw-r--r--compiler/rustc_codegen_cranelift/example/alloc_example.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/example/alloc_example.rs b/compiler/rustc_codegen_cranelift/example/alloc_example.rs
index 2a9f7e58e01..d0d492e9674 100644
--- a/compiler/rustc_codegen_cranelift/example/alloc_example.rs
+++ b/compiler/rustc_codegen_cranelift/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;