Skip to content

Commit c6be555

Browse files
committed
[nll] librustc_cratesio_shim: enable feature(nll) for bootstrap
1 parent b340f56 commit c6be555

File tree

1 file changed

+2
-0
lines changed
  • src/librustc_cratesio_shim/src

1 file changed

+2
-0
lines changed

src/librustc_cratesio_shim/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111
// See Cargo.toml for a comment explaining this crate.
1212
#![allow(unused_extern_crates)]
1313

14+
#![cfg_attr(not(stage0), feature(nll))]
15+
1416
extern crate bitflags;
1517
extern crate log;

0 commit comments

Comments
 (0)