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

This commit is contained in:
memoryruins 2018-08-09 04:08:17 -04:00
parent d2e0c782a9
commit 742a95149f

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]