Bump to 1.31.0 and bootstrap from 1.30 beta
This commit is contained in:
parent
7d52cbce6d
commit
ce034951fb
71 changed files with 63 additions and 540 deletions
|
@ -21,11 +21,11 @@
|
|||
#![feature(const_fn)]
|
||||
#![feature(crate_visibility_modifier)]
|
||||
#![feature(custom_attribute)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![feature(nll)]
|
||||
#![feature(non_exhaustive)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
#![feature(specialization)]
|
||||
#![feature(stdsimd)]
|
||||
#![cfg_attr(not(stage0), feature(stdsimd))]
|
||||
|
||||
use std::borrow::Cow;
|
||||
use std::cell::Cell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue