Do not depend on except for bootstrap

This commit is contained in:
Santiago Pastorino 2020-10-16 23:19:26 -03:00
parent 1b7d0b22c0
commit ba59aa2b77
No known key found for this signature in database
GPG Key ID: 8131A24E0C79EFAF

View File

@ -132,8 +132,8 @@
#![feature(transparent_unions)]
#![feature(try_blocks)]
#![feature(unboxed_closures)]
#![feature(unsized_locals)]
#![cfg_attr(not(bootstrap), feature(unsized_fn_params))]
#![cfg_attr(bootstrap, feature(unsized_locals))]
#![cfg_attr(bootstrap, feature(untagged_unions))]
#![feature(unwind_attributes)]
#![feature(variant_count)]