mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
[nll] librustc_traits: enable feature(nll) for bootstrap
This commit is contained in:
parent
9fcc6dab8d
commit
cb49252f57
@ -16,6 +16,7 @@
|
||||
#![feature(extern_prelude)]
|
||||
#![feature(iterator_find_map)]
|
||||
#![feature(in_band_lifetimes)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
|
||||
#![recursion_limit="256"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user