We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9b7be commit 4aced68Copy full SHA for 4aced68
src/librustdoc/lib.rs
@@ -17,6 +17,7 @@
17
#![feature(box_patterns)]
18
#![feature(box_syntax)]
19
#![feature(iterator_find_map)]
20
+#![cfg_attr(not(stage0), feature(nll))]
21
#![feature(set_stdio)]
22
#![feature(slice_sort_by_cached_key)]
23
#![feature(test)]
0 commit comments