[nll] librustc_errors: enable feature(nll) for bootstrap
This commit is contained in:
parent
742a95149f
commit
80e8e97d93
@ -16,6 +16,7 @@
|
||||
#![allow(unused_attributes)]
|
||||
#![feature(range_contains)]
|
||||
#![cfg_attr(unix, feature(libc))]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![feature(optin_builtin_traits)]
|
||||
|
||||
extern crate atty;
|
||||
|
Loading…
Reference in New Issue
Block a user