diff options
| author | Michael Goulet <michael@errs.io> | 2024-07-11 18:57:56 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-07-11 20:40:38 -0400 |
| commit | 9a9d5ec6b6572324f97ce90767016b8dcb253160 (patch) | |
| tree | e54a16fd8e3a38c4e6dca5303ad97e2eaa7d2166 | |
| parent | 35c605a7e61670808cac8642845cea9e9f401c6c (diff) | |
| download | rust-9a9d5ec6b6572324f97ce90767016b8dcb253160.tar.gz rust-9a9d5ec6b6572324f97ce90767016b8dcb253160.zip | |
Remove lang feature for type ascription
| -rw-r--r-- | example/mini_core.rs | 2 |
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 )] |
