about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/example
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-07-16 13:38:39 +0000
committerbors <bors@rust-lang.org>2024-07-16 13:38:39 +0000
commit216bef36bccb67bcc4c0a4d7940f6dc84c4fac7b (patch)
tree11e65227b6348995609411f581e100f97e9475b6 /compiler/rustc_codegen_gcc/example
parente5b1a2b3cd1e3a53b939e81a3eef1f4da924eb0f (diff)
parent137c736d667dd500ddac47450df21ae9be345ba0 (diff)
downloadrust-216bef36bccb67bcc4c0a4d7940f6dc84c4fac7b.tar.gz
rust-216bef36bccb67bcc4c0a4d7940f6dc84c4fac7b.zip
Auto merge of #17609 - lnicola:sync-from-rust, r=lnicola
minor: Sync from downstream
Diffstat (limited to 'compiler/rustc_codegen_gcc/example')
-rw-r--r--compiler/rustc_codegen_gcc/example/mini_core.rs2
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
 )]