mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
[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)]
|
||||
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
|
||||
pub struct Intrinsic {
|
||||
pub inputs: &'static [&'static Type],
|
||||
pub output: &'static Type,
|
||||
|
Loading…
Reference in New Issue
Block a user