Skip to content

Commit ba59aa2

Browse files
committed
Do not depend on except for bootstrap
1 parent 1b7d0b2 commit ba59aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
#![feature(transparent_unions)]
133133
#![feature(try_blocks)]
134134
#![feature(unboxed_closures)]
135-
#![feature(unsized_locals)]
136135
#![cfg_attr(not(bootstrap), feature(unsized_fn_params))]
136+
#![cfg_attr(bootstrap, feature(unsized_locals))]
137137
#![cfg_attr(bootstrap, feature(untagged_unions))]
138138
#![feature(unwind_attributes)]
139139
#![feature(variant_count)]

0 commit comments

Comments
 (0)