diff options
| author | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 15:33:50 -0400 |
|---|---|---|
| committer | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 15:33:50 -0400 |
| commit | 588dbed3925a3e48e1d50d25bf8cb282b53cf41d (patch) | |
| tree | e68000a919089f73d3ce5b4fc311de7ffe67ab7b | |
| parent | 8172485b4d3bf89c62f8989f29c4428458096566 (diff) | |
| download | rust-588dbed3925a3e48e1d50d25bf8cb282b53cf41d.tar.gz rust-588dbed3925a3e48e1d50d25bf8cb282b53cf41d.zip | |
[nll] librustc_lsan: enable feature(nll) for bootstrap
| -rw-r--r-- | src/librustc_lsan/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_lsan/lib.rs b/src/librustc_lsan/lib.rs index 0c78fd74a23..b3ba86ad8a4 100644 --- a/src/librustc_lsan/lib.rs +++ b/src/librustc_lsan/lib.rs @@ -10,6 +10,7 @@ #![sanitizer_runtime] #![feature(alloc_system)] +#![cfg_attr(not(stage0), feature(nll))] #![feature(sanitizer_runtime)] #![feature(staged_api)] #![no_std] |
