1
Fork 0

Bump stage0 compiler to 1.56

This commit is contained in:
Mark Rousskov 2021-09-08 13:13:47 -04:00
parent 97032a6dfa
commit b4e7649d6d
29 changed files with 344 additions and 430 deletions

View file

@ -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)]