1
Fork 0

Revert removed #![feature(nll)]

This commit is contained in:
Taiki Endo 2019-02-10 16:13:30 +09:00
parent 1bfb44133d
commit 2be0993c4e
21 changed files with 21 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#![deny(rust_2018_idioms)] #![deny(rust_2018_idioms)]
#![feature(nll)]
#![feature(rustc_private)] #![feature(rustc_private)]
pub use Piece::*; pub use Piece::*;

View file

@ -276,6 +276,7 @@
#![deny(rust_2018_idioms)] #![deny(rust_2018_idioms)]
#![feature(nll)]
#![feature(str_escape)] #![feature(str_escape)]
use LabelText::*; use LabelText::*;

View file

@ -14,6 +14,7 @@
#![feature(core_intrinsics)] #![feature(core_intrinsics)]
#![feature(libc)] #![feature(libc)]
#![feature(nll)]
#![feature(panic_runtime)] #![feature(panic_runtime)]
#![feature(staged_api)] #![feature(staged_api)]
#![feature(rustc_attrs)] #![feature(rustc_attrs)]

View file

@ -17,6 +17,7 @@
#![deny(rust_2018_idioms)] #![deny(rust_2018_idioms)]
#![feature(nll)]
#![feature(staged_api)] #![feature(staged_api)]
#![feature(const_fn)] #![feature(const_fn)]
#![feature(extern_types)] #![feature(extern_types)]

View file

@ -5,5 +5,6 @@
reason = "internal implementation detail of rustc right now", reason = "internal implementation detail of rustc right now",
issue = "0")] issue = "0")]
#![allow(unused_features)] #![allow(unused_features)]
#![feature(nll)]
#![feature(staged_api)] #![feature(staged_api)]
#![deny(rust_2018_idioms)] #![deny(rust_2018_idioms)]

View file

@ -1,3 +1,4 @@
#![feature(nll)]
#![feature(rustc_private)] #![feature(rustc_private)]
#![deny(rust_2018_idioms)] #![deny(rust_2018_idioms)]

View file

@ -34,6 +34,7 @@
#![forbid(unsafe_code)] #![forbid(unsafe_code)]
#![deny(rust_2018_idioms)] #![deny(rust_2018_idioms)]
#![feature(nll)]
#![feature(try_from)] #![feature(try_from)]
// See librustc_cratesio_shim/Cargo.toml for a comment explaining this. // See librustc_cratesio_shim/Cargo.toml for a comment explaining this.
#[allow(unused_extern_crates)] #[allow(unused_extern_crates)]

View file

@ -1,4 +1,5 @@
#![sanitizer_runtime] #![sanitizer_runtime]
#![feature(nll)]
#![feature(sanitizer_runtime)] #![feature(sanitizer_runtime)]
#![feature(staged_api)] #![feature(staged_api)]
#![no_std] #![no_std]

View file

@ -4,6 +4,7 @@
#![allow(unused_attributes)] #![allow(unused_attributes)]
#![feature(range_contains)] #![feature(range_contains)]
#![cfg_attr(unix, feature(libc))] #![cfg_attr(unix, feature(libc))]
#![feature(nll)]
#![feature(optin_builtin_traits)] #![feature(optin_builtin_traits)]
#![deny(rust_2018_idioms)] #![deny(rust_2018_idioms)]

View file

@ -1,4 +1,5 @@
#![deny(rust_2018_idioms)] #![deny(rust_2018_idioms)]
#![feature(nll)]
#![feature(static_nobundle)] #![feature(static_nobundle)]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")] #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]

View file

@ -1,4 +1,5 @@
#![sanitizer_runtime] #![sanitizer_runtime]
#![feature(nll)]
#![feature(sanitizer_runtime)] #![feature(sanitizer_runtime)]
#![feature(staged_api)] #![feature(staged_api)]
#![no_std] #![no_std]

View file

@ -1,4 +1,5 @@
#![sanitizer_runtime] #![sanitizer_runtime]
#![feature(nll)]
#![feature(sanitizer_runtime)] #![feature(sanitizer_runtime)]
#![feature(staged_api)] #![feature(staged_api)]
#![no_std] #![no_std]

View file

@ -52,6 +52,7 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")] #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
#![feature(nll)]
#![feature(rustc_diagnostic_macros)] #![feature(rustc_diagnostic_macros)]
#![recursion_limit="256"] #![recursion_limit="256"]

View file

@ -2,6 +2,7 @@
#![deny(rust_2018_idioms)] #![deny(rust_2018_idioms)]
#![feature(nll)]
#![feature(rustc_diagnostic_macros)] #![feature(rustc_diagnostic_macros)]
#![recursion_limit="256"] #![recursion_limit="256"]

View file

@ -2,6 +2,7 @@
#![feature(crate_visibility_modifier)] #![feature(crate_visibility_modifier)]
#![feature(label_break_value)] #![feature(label_break_value)]
#![feature(nll)]
#![feature(rustc_diagnostic_macros)] #![feature(rustc_diagnostic_macros)]
#![feature(slice_sort_by_cached_key)] #![feature(slice_sort_by_cached_key)]

View file

@ -1,5 +1,6 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")] #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
#![feature(custom_attribute)] #![feature(custom_attribute)]
#![feature(nll)]
#![deny(rust_2018_idioms)] #![deny(rust_2018_idioms)]
#![allow(unused_attributes)] #![allow(unused_attributes)]

View file

@ -1,4 +1,5 @@
#![sanitizer_runtime] #![sanitizer_runtime]
#![feature(nll)]
#![feature(sanitizer_runtime)] #![feature(sanitizer_runtime)]
#![feature(staged_api)] #![feature(staged_api)]
#![no_std] #![no_std]

View file

@ -11,6 +11,7 @@
#![feature(crate_visibility_modifier)] #![feature(crate_visibility_modifier)]
#![feature(label_break_value)] #![feature(label_break_value)]
#![feature(nll)]
#![feature(rustc_attrs)] #![feature(rustc_attrs)]
#![feature(rustc_diagnostic_macros)] #![feature(rustc_diagnostic_macros)]
#![feature(slice_sort_by_cached_key)] #![feature(slice_sort_by_cached_key)]

View file

@ -9,6 +9,7 @@
#![feature(proc_macro_internals)] #![feature(proc_macro_internals)]
#![feature(proc_macro_span)] #![feature(proc_macro_span)]
#![feature(decl_macro)] #![feature(decl_macro)]
#![feature(nll)]
#![feature(str_escape)] #![feature(str_escape)]
#![feature(rustc_diagnostic_macros)] #![feature(rustc_diagnostic_macros)]

View file

@ -11,6 +11,7 @@
#![feature(const_fn)] #![feature(const_fn)]
#![feature(crate_visibility_modifier)] #![feature(crate_visibility_modifier)]
#![feature(custom_attribute)] #![feature(custom_attribute)]
#![feature(nll)]
#![feature(non_exhaustive)] #![feature(non_exhaustive)]
#![feature(optin_builtin_traits)] #![feature(optin_builtin_traits)]
#![feature(rustc_attrs)] #![feature(rustc_attrs)]

View file

@ -4,6 +4,7 @@
#![deny(rust_2018_idioms)] #![deny(rust_2018_idioms)]
#![feature(link_cfg)] #![feature(link_cfg)]
#![feature(nll)]
#![feature(staged_api)] #![feature(staged_api)]
#![feature(unwind_attributes)] #![feature(unwind_attributes)]
#![feature(static_nobundle)] #![feature(static_nobundle)]