Skip to content

Commit 9a9d5ec

Browse files
Remove lang feature for type ascription
1 parent 35c605a commit 9a9d5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/mini_core.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![feature(
2-
no_core, lang_items, intrinsics, unboxed_closures, type_ascription, extern_types,
2+
no_core, lang_items, intrinsics, unboxed_closures, extern_types,
33
decl_macro, rustc_attrs, transparent_unions, auto_traits, freeze_impls,
44
thread_local
55
)]

0 commit comments

Comments
 (0)