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

This commit is contained in:
memoryruins 2018-08-09 04:10:46 -04:00
parent 9fcc6dab8d
commit cb49252f57

View File

@ -16,6 +16,7 @@
#![feature(extern_prelude)]
#![feature(iterator_find_map)]
#![feature(in_band_lifetimes)]
#![cfg_attr(not(stage0), feature(nll))]
#![recursion_limit="256"]