diff options
| author | bors <bors@rust-lang.org> | 2019-02-12 05:50:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-02-12 05:50:26 +0000 |
| commit | 75f9159009cd0814bd6b5c3bf6a5406de7c4fe8d (patch) | |
| tree | dbfb36089ef3b8fc32fc5127e206e775411ce821 /src/libsyntax | |
| parent | ba2853b6d3a197cdbec5543be2592ca430b49af6 (diff) | |
| parent | 33d2c9f5337215963d67d855f0c64919bd7407a4 (diff) | |
| download | rust-75f9159009cd0814bd6b5c3bf6a5406de7c4fe8d.tar.gz rust-75f9159009cd0814bd6b5c3bf6a5406de7c4fe8d.zip | |
Auto merge of #58389 - Centril:rollup, r=Centril
Rollup of 11 pull requests Successful merges: - #58105 (libarena => 2018) - #58111 (libterm => 2018) - #58287 (rustc-std-workspace-core => 2018) - #58288 (rustc-workspace-hack => 2018) - #58300 (librustc_typeck => 2018) - #58313 (Use `?` in librustc macros) - #58318 (libserialize => 2018) - #58322 (librustc_codegen_ssa => 2018) - #58342 (Revert removed #![feature(nll)]) - #58367 (Remove two dead functions.) - #58382 (docs: remove "experimental" wording from std::os::unix) Failed merges: r? @ghost
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 878d06c0f14..c844f9e2a91 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -11,6 +11,7 @@ #![feature(crate_visibility_modifier)] #![feature(label_break_value)] +#![feature(nll)] #![feature(rustc_attrs)] #![feature(rustc_diagnostic_macros)] #![feature(slice_sort_by_cached_key)] |
