Bump bootstrap compiler to 1.50 beta
This commit is contained in:
parent
d107a87d34
commit
fe031180d0
15 changed files with 19 additions and 92 deletions
|
|
@ -14,8 +14,7 @@
|
|||
|
||||
#![feature(no_core)]
|
||||
#![feature(lang_items)]
|
||||
#![cfg_attr(bootstrap, feature(optin_builtin_traits))]
|
||||
#![cfg_attr(not(bootstrap), feature(auto_traits))]
|
||||
#![feature(auto_traits)]
|
||||
#![crate_type = "rlib"]
|
||||
#![no_core]
|
||||
#![allow(non_camel_case_types)]
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
#![feature(no_core)]
|
||||
#![feature(lang_items)]
|
||||
#![cfg_attr(bootstrap, feature(optin_builtin_traits))]
|
||||
#![cfg_attr(not(bootstrap), feature(auto_traits))]
|
||||
#![feature(auto_traits)]
|
||||
#![crate_type = "rlib"]
|
||||
#![no_core]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue