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

This commit is contained in:
memoryruins 2018-08-09 15:34:05 -04:00
parent 588dbed392
commit d9f2b51a89
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#![sanitizer_runtime]
#![feature(alloc_system)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(sanitizer_runtime)]
#![feature(staged_api)]
#![no_std]