Skip to content

Commit 5840735

Browse files
committed
[nll] librustc_platform_intrinsics: enable feature(nll) for bootstrap
1 parent d9f2b51 commit 5840735

File tree

1 file changed

+2
-0
lines changed
  • src/librustc_platform_intrinsics

1 file changed

+2
-0
lines changed

src/librustc_platform_intrinsics/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
#![allow(bad_style)]
1212

13+
#![cfg_attr(not(stage0), feature(nll))]
14+
1315
pub struct Intrinsic {
1416
pub inputs: &'static [&'static Type],
1517
pub output: &'static Type,

0 commit comments

Comments
 (0)