1
Fork 0

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

This commit is contained in:
memoryruins 2018-08-09 09:22:33 -04:00
parent 75fa16bc60
commit 6858bd890a

View file

@ -21,6 +21,7 @@
#![feature(crate_visibility_modifier)]
#![feature(macro_at_most_once_rep)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(rustc_attrs)]
#![feature(rustc_diagnostic_macros)]
#![feature(slice_sort_by_cached_key)]