about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/example
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-07-11 18:57:56 -0400
committerMichael Goulet <michael@errs.io>2024-07-11 20:40:38 -0400
commita36fcc8969761fa08c8f969104bba500ff0fb75c (patch)
tree9f477e7239430bf7edff62b100a811669f97b82e /compiler/rustc_codegen_gcc/example
parent0c81f94b9a6207fb1fc080caa83584dea2d71fc6 (diff)
downloadrust-a36fcc8969761fa08c8f969104bba500ff0fb75c.tar.gz
rust-a36fcc8969761fa08c8f969104bba500ff0fb75c.zip
Remove lang feature for type ascription
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
 )]