Skip to content

Commit 5e7ea68

Browse files
committed
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
2 parents ac908fa + ce64490 commit 5e7ea68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276

277277
#![deny(rust_2018_idioms)]
278278

279+
#![feature(nll)]
279280
#![feature(str_escape)]
280281

281282
use LabelText::*;

0 commit comments

Comments
 (0)