mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 19:47:38 +00:00
[nll] librustc_msan: enable feature(nll) for bootstrap
This commit is contained in:
parent
588dbed392
commit
d9f2b51a89
@ -10,6 +10,7 @@
|
||||
|
||||
#![sanitizer_runtime]
|
||||
#![feature(alloc_system)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![feature(sanitizer_runtime)]
|
||||
#![feature(staged_api)]
|
||||
#![no_std]
|
||||
|
Loading…
Reference in New Issue
Block a user