[nll] librustc_platform_intrinsics: enable feature(nll) for bootstrap
This commit is contained in:
parent
d9f2b51a89
commit
58407351dd
@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
#![allow(bad_style)]
|
#![allow(bad_style)]
|
||||||
|
|
||||||
|
#![cfg_attr(not(stage0), feature(nll))]
|
||||||
|
|
||||||
pub struct Intrinsic {
|
pub struct Intrinsic {
|
||||||
pub inputs: &'static [&'static Type],
|
pub inputs: &'static [&'static Type],
|
||||||
pub output: &'static Type,
|
pub output: &'static Type,
|
||||||
|
Loading…
Reference in New Issue
Block a user