Bump bootstrap compiler to 1.50 beta

This commit is contained in:
Mark Rousskov 2020-12-30 08:04:59 -05:00
parent d107a87d34
commit fe031180d0
15 changed files with 19 additions and 92 deletions

View file

@ -15,8 +15,7 @@
#![feature(fn_traits)]
#![feature(int_bits_const)]
#![feature(min_specialization)]
#![cfg_attr(bootstrap, feature(optin_builtin_traits))]
#![cfg_attr(not(bootstrap), feature(auto_traits))]
#![feature(auto_traits)]
#![feature(nll)]
#![feature(allow_internal_unstable)]
#![feature(hash_raw_entry)]