1
Fork 0

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

This commit is contained in:
memoryruins 2018-08-09 15:35:06 -04:00
parent ac9b7be50b
commit 4aced68e18

View file

@ -17,6 +17,7 @@
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(iterator_find_map)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(set_stdio)]
#![feature(slice_sort_by_cached_key)]
#![feature(test)]