Update the bootstrap compiler
Note this does not change `core::derive` since it was merged after the beta bump.
This commit is contained in:
parent
83b30a639d
commit
3733275854
17 changed files with 48 additions and 112 deletions
|
@ -13,7 +13,6 @@ Core encoding and decoding interfaces.
|
|||
#![feature(never_type)]
|
||||
#![feature(nll)]
|
||||
#![feature(associated_type_bounds)]
|
||||
#![cfg_attr(bootstrap, feature(min_const_generics))]
|
||||
#![feature(min_specialization)]
|
||||
#![feature(vec_spare_capacity)]
|
||||
#![feature(core_intrinsics)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue