Skip to content

Commit 26991eb

Browse files
committed
[nll] libprofiler_builtins: enable feature(nll) for bootstrap
1 parent bf089a1 commit 26991eb

File tree

1 file changed

+1
-0
lines changed
  • src/libprofiler_builtins

1 file changed

+1
-0
lines changed

src/libprofiler_builtins/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
reason = "internal implementation detail of rustc right now",
1616
issue = "0")]
1717
#![allow(unused_features)]
18+
#![cfg_attr(not(stage0), feature(nll))]
1819
#![feature(staged_api)]

0 commit comments

Comments
 (0)