diff options
| author | bors <bors@rust-lang.org> | 2023-10-11 00:04:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-10-11 00:04:04 +0000 |
| commit | dcf89f43a57eab2da3463be3a06aa6b5d8d213dc (patch) | |
| tree | d442e1d308c6eb3935997522ccc87b301d061e1a /compiler/rustc_codegen_gcc/example/alloc_example.rs | |
| parent | d627cf07ce46d230a93732a4714d16f00df9466b (diff) | |
| parent | 06c5ac47615b5e87d2a6575690aa26d6b8b3d352 (diff) | |
| download | rust-dcf89f43a57eab2da3463be3a06aa6b5d8d213dc.tar.gz rust-dcf89f43a57eab2da3463be3a06aa6b5d8d213dc.zip | |
Auto merge of #116578 - antoyo:subtree-update_cg_gcc_2023-10-09, r=bjorn3
subtree update cg_gcc 2023/10/09
Diffstat (limited to 'compiler/rustc_codegen_gcc/example/alloc_example.rs')
| -rw-r--r-- | compiler/rustc_codegen_gcc/example/alloc_example.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/example/alloc_example.rs b/compiler/rustc_codegen_gcc/example/alloc_example.rs index 754e7931412..f1954a30cf8 100644 --- a/compiler/rustc_codegen_gcc/example/alloc_example.rs +++ b/compiler/rustc_codegen_gcc/example/alloc_example.rs @@ -1,5 +1,6 @@ #![feature(start, core_intrinsics, alloc_error_handler, lang_items)] #![no_std] +#![allow(internal_features)] extern crate alloc; extern crate alloc_system; |
