We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7d0b2 commit ba59aa2Copy full SHA for ba59aa2
library/core/src/lib.rs
@@ -132,8 +132,8 @@
132
#![feature(transparent_unions)]
133
#![feature(try_blocks)]
134
#![feature(unboxed_closures)]
135
-#![feature(unsized_locals)]
136
#![cfg_attr(not(bootstrap), feature(unsized_fn_params))]
+#![cfg_attr(bootstrap, feature(unsized_locals))]
137
#![cfg_attr(bootstrap, feature(untagged_unions))]
138
#![feature(unwind_attributes)]
139
#![feature(variant_count)]
0 commit comments