Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis
Bump the bootstrap compiler to 1.26.0 beta Holy cow that's a lot of `cfg(stage0)` removed and a lot of new stable language features!
This commit is contained in:
commit
8c2d7b2da3
39 changed files with 18 additions and 175 deletions
|
|
@ -17,8 +17,6 @@
|
|||
#![allow(unused_attributes)]
|
||||
#![feature(range_contains)]
|
||||
#![cfg_attr(unix, feature(libc))]
|
||||
#![cfg_attr(stage0, feature(conservative_impl_trait))]
|
||||
#![cfg_attr(stage0, feature(i128_type))]
|
||||
#![feature(optin_builtin_traits)]
|
||||
|
||||
extern crate atty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue