diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-07-16 16:23:47 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-07-16 16:23:47 +0300 |
| commit | 137c736d667dd500ddac47450df21ae9be345ba0 (patch) | |
| tree | 09b90094b7563b94884e3c90565d7bbd7b5eee5c /compiler/rustc_codegen_gcc/example | |
| parent | 2e37675cc91052ea5a3fe56019e2d66e5822f1a5 (diff) | |
| parent | 72e22554caa473df6af10f0ab6c3c7c7c5ef8841 (diff) | |
| download | rust-137c736d667dd500ddac47450df21ae9be345ba0.tar.gz rust-137c736d667dd500ddac47450df21ae9be345ba0.zip | |
Merge from rust-lang/rust
Diffstat (limited to 'compiler/rustc_codegen_gcc/example')
| -rw-r--r-- | compiler/rustc_codegen_gcc/example/mini_core.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/example/mini_core.rs b/compiler/rustc_codegen_gcc/example/mini_core.rs index a48c0a4450c..f47bfdad131 100644 --- a/compiler/rustc_codegen_gcc/example/mini_core.rs +++ b/compiler/rustc_codegen_gcc/example/mini_core.rs @@ -1,5 +1,5 @@ #![feature( - no_core, lang_items, intrinsics, unboxed_closures, type_ascription, extern_types, + no_core, lang_items, intrinsics, unboxed_closures, extern_types, decl_macro, rustc_attrs, transparent_unions, auto_traits, freeze_impls, thread_local )] |
