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

This commit is contained in:
memoryruins 2018-08-09 09:20:20 -04:00
parent bf089a1ac1
commit 26991eb8bf

View File

@ -15,4 +15,5 @@
reason = "internal implementation detail of rustc right now",
issue = "0")]
#![allow(unused_features)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(staged_api)]