[nll] librustdoc: enable feature(nll) for bootstrap
This commit is contained in:
parent
ac9b7be50b
commit
4aced68e18
1 changed files with 1 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue