Bump stage0 compiler to 1.56
This commit is contained in:
parent
97032a6dfa
commit
b4e7649d6d
29 changed files with 344 additions and 430 deletions
|
@ -247,7 +247,6 @@
|
|||
#![feature(const_cstr_unchecked)]
|
||||
#![feature(const_fn_floating_point_arithmetic)]
|
||||
#![feature(const_fn_fn_ptr_basics)]
|
||||
#![cfg_attr(bootstrap, feature(const_fn_transmute))]
|
||||
#![feature(const_format_args)]
|
||||
#![feature(const_io_structs)]
|
||||
#![feature(const_ip)]
|
||||
|
@ -265,7 +264,7 @@
|
|||
#![feature(doc_keyword)]
|
||||
#![feature(doc_masked)]
|
||||
#![feature(doc_notable_trait)]
|
||||
#![cfg_attr(not(bootstrap), feature(doc_primitive))]
|
||||
#![feature(doc_primitive)]
|
||||
#![feature(dropck_eyepatch)]
|
||||
#![feature(duration_checked_float)]
|
||||
#![feature(duration_constants)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue