librustc_borrowck: enable feature(nll) for bootstrap

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

View file

@ -14,6 +14,7 @@
#![allow(non_camel_case_types)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(quote)]
#![recursion_limit="256"]