[nll] librustc_platform_intrinsics: enable feature(nll) for bootstrap

This commit is contained in:
memoryruins 2018-08-09 15:34:31 -04:00
parent d9f2b51a89
commit 58407351dd
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#![allow(bad_style)]
#![cfg_attr(not(stage0), feature(nll))]
pub struct Intrinsic {
pub inputs: &'static [&'static Type],
pub output: &'static Type,