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
|
|
@ -15,10 +15,7 @@
|
|||
html_root_url = "https://doc.rust-lang.org/nightly/")]
|
||||
#![deny(warnings)]
|
||||
|
||||
#![cfg_attr(stage0, feature(conservative_impl_trait))]
|
||||
#![feature(fs_read_write)]
|
||||
#![cfg_attr(stage0, feature(i128_type))]
|
||||
#![cfg_attr(stage0, feature(inclusive_range_syntax))]
|
||||
#![feature(specialization)]
|
||||
|
||||
extern crate graphviz;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue