about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-07-11 18:57:56 -0400
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2024-08-12 15:17:57 +0200
commit24ab684b44fc68d9dde7d1ca285795512d521ef3 (patch)
tree4f8b4d677a24d6c313e64378f693f01cb6c92216
parentfb4738571fdecbee2ad0d89f6e181f2feb90e908 (diff)
downloadrust-24ab684b44fc68d9dde7d1ca285795512d521ef3.tar.gz
rust-24ab684b44fc68d9dde7d1ca285795512d521ef3.zip
Remove lang feature for type ascription
-rw-r--r--example/mini_core.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/mini_core.rs b/example/mini_core.rs
index a48c0a4450c..f47bfdad131 100644
--- a/example/mini_core.rs
+++ b/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
 )]