1
Fork 0

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

This commit is contained in:
memoryruins 2018-08-09 06:51:42 -04:00
parent f331401e1e
commit 01c598aa0d

View file

@ -21,6 +21,7 @@
#![feature(const_fn)]
#![feature(crate_visibility_modifier)]
#![feature(custom_attribute)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(non_exhaustive)]
#![feature(optin_builtin_traits)]
#![feature(specialization)]