File tree 21 files changed +21
-0
lines changed
21 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 10
10
11
11
#![deny(rust_2018_idioms)]
12
12
13
+ #![feature(nll)]
13
14
#![feature(rustc_private)]
14
15
15
16
pub use Piece::*;
Original file line number Diff line number Diff line change 276
276
277
277
#![deny(rust_2018_idioms)]
278
278
279
+ #![feature(nll)]
279
280
#![feature(str_escape)]
280
281
281
282
use LabelText::*;
Original file line number Diff line number Diff line change 14
14
15
15
#![feature(core_intrinsics)]
16
16
#![feature(libc)]
17
+ #![feature(nll)]
17
18
#![feature(panic_runtime)]
18
19
#![feature(staged_api)]
19
20
#![feature(rustc_attrs)]
Original file line number Diff line number Diff line change 17
17
18
18
#![deny(rust_2018_idioms)]
19
19
20
+ #![feature(nll)]
20
21
#![feature(staged_api)]
21
22
#![feature(const_fn)]
22
23
#![feature(extern_types)]
Original file line number Diff line number Diff line change 5
5
reason = "internal implementation detail of rustc right now",
6
6
issue = "0")]
7
7
#![allow(unused_features)]
8
+ #![feature(nll)]
8
9
#![feature(staged_api)]
9
10
#![deny(rust_2018_idioms)]
Original file line number Diff line number Diff line change
1
+ #![feature(nll)]
1
2
#![feature(rustc_private)]
2
3
3
4
#![deny(rust_2018_idioms)]
Original file line number Diff line number Diff line change 34
34
#![forbid(unsafe_code)]
35
35
#![deny(rust_2018_idioms)]
36
36
37
+ #![feature(nll)]
37
38
#![feature(try_from)]
38
39
// See librustc_cratesio_shim/Cargo.toml for a comment explaining this.
39
40
#[allow(unused_extern_crates)]
Original file line number Diff line number Diff line change 1
1
#![sanitizer_runtime]
2
+ #![feature(nll)]
2
3
#![feature(sanitizer_runtime)]
3
4
#![feature(staged_api)]
4
5
#![no_std]
Original file line number Diff line number Diff line change 4
4
#![allow(unused_attributes)]
5
5
#![feature(range_contains)]
6
6
#![cfg_attr(unix, feature(libc))]
7
+ #![feature(nll)]
7
8
#![feature(optin_builtin_traits)]
8
9
#![deny(rust_2018_idioms)]
9
10
Original file line number Diff line number Diff line change 1
1
#![deny(rust_2018_idioms)]
2
+ #![feature(nll)]
2
3
#![feature(static_nobundle)]
3
4
4
5
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
Original file line number Diff line number Diff line change 1
1
#![sanitizer_runtime]
2
+ #![feature(nll)]
2
3
#![feature(sanitizer_runtime)]
3
4
#![feature(staged_api)]
4
5
#![no_std]
Original file line number Diff line number Diff line change 1
1
#![sanitizer_runtime]
2
+ #![feature(nll)]
2
3
#![feature(sanitizer_runtime)]
3
4
#![feature(staged_api)]
4
5
#![no_std]
Original file line number Diff line number Diff line change 52
52
53
53
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
54
54
55
+ #![feature(nll)]
55
56
#![feature(rustc_diagnostic_macros)]
56
57
57
58
#![recursion_limit="256"]
Original file line number Diff line number Diff line change 2
2
3
3
#![deny(rust_2018_idioms)]
4
4
5
+ #![feature(nll)]
5
6
#![feature(rustc_diagnostic_macros)]
6
7
7
8
#![recursion_limit="256"]
Original file line number Diff line number Diff line change 2
2
3
3
#![feature(crate_visibility_modifier)]
4
4
#![feature(label_break_value)]
5
+ #![feature(nll)]
5
6
#![feature(rustc_diagnostic_macros)]
6
7
#![feature(slice_sort_by_cached_key)]
7
8
Original file line number Diff line number Diff line change 1
1
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
2
2
#![feature(custom_attribute)]
3
+ #![feature(nll)]
3
4
#![deny(rust_2018_idioms)]
4
5
#![allow(unused_attributes)]
5
6
Original file line number Diff line number Diff line change 1
1
#![sanitizer_runtime]
2
+ #![feature(nll)]
2
3
#![feature(sanitizer_runtime)]
3
4
#![feature(staged_api)]
4
5
#![no_std]
Original file line number Diff line number Diff line change 11
11
12
12
#![feature(crate_visibility_modifier)]
13
13
#![feature(label_break_value)]
14
+ #![feature(nll)]
14
15
#![feature(rustc_attrs)]
15
16
#![feature(rustc_diagnostic_macros)]
16
17
#![feature(slice_sort_by_cached_key)]
Original file line number Diff line number Diff line change 9
9
#![feature(proc_macro_internals)]
10
10
#![feature(proc_macro_span)]
11
11
#![feature(decl_macro)]
12
+ #![feature(nll)]
12
13
#![feature(str_escape)]
13
14
#![feature(rustc_diagnostic_macros)]
14
15
Original file line number Diff line number Diff line change 11
11
#![feature(const_fn)]
12
12
#![feature(crate_visibility_modifier)]
13
13
#![feature(custom_attribute)]
14
+ #![feature(nll)]
14
15
#![feature(non_exhaustive)]
15
16
#![feature(optin_builtin_traits)]
16
17
#![feature(rustc_attrs)]
Original file line number Diff line number Diff line change 4
4
#![deny(rust_2018_idioms)]
5
5
6
6
#![feature(link_cfg)]
7
+ #![feature(nll)]
7
8
#![feature(staged_api)]
8
9
#![feature(unwind_attributes)]
9
10
#![feature(static_nobundle)]
You can’t perform that action at this time.
0 commit comments