From ce034951fb907c8aa6abd5e6e04769e5e628953c Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 26 Sep 2018 14:26:46 -0700 Subject: Bump to 1.31.0 and bootstrap from 1.30 beta --- src/libsyntax_pos/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsyntax_pos') diff --git a/src/libsyntax_pos/lib.rs b/src/libsyntax_pos/lib.rs index bd70344b018..e754fe26a76 100644 --- a/src/libsyntax_pos/lib.rs +++ b/src/libsyntax_pos/lib.rs @@ -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; -- cgit 1.4.1-3-g733a5