Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit b92e688

Browse files
authored
Merge pull request #1343 from JohnTitor/untagged-unions-is-removed
Drop a removed feature gate
2 parents b5c4941 + 8aeb345 commit b92e688

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ices/98372.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![feature(
22
no_core, lang_items, intrinsics, unboxed_closures, type_ascription, extern_types,
3-
untagged_unions, decl_macro, rustc_attrs, transparent_unions, auto_traits,
4-
thread_local
3+
decl_macro, rustc_attrs, transparent_unions, auto_traits, thread_local
54
)]
65
#![no_core]
76

0 commit comments

Comments
 (0)