librustc_lint: enable feature(nll) for bootstrap

This commit is contained in:
memoryruins 2018-08-09 01:49:25 -04:00
parent c5b557fb6a
commit 72ae24640b

View file

@ -27,6 +27,7 @@
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(macro_vis_matcher)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(quote)]
#![feature(rustc_diagnostic_macros)]
#![feature(macro_at_most_once_rep)]