librustc_borrowck: enable feature(nll) for bootstrap
This commit is contained in:
parent
72ae24640b
commit
f8367a3450
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![feature(quote)]
|
||||
|
||||
#![recursion_limit="256"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue