We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f672cd commit b759999Copy full SHA for b759999
src/librustdoc/lib.rs
@@ -3,19 +3,15 @@
3
html_playground_url = "https://play.rust-lang.org/"
4
)]
5
#![feature(rustc_private)]
6
-#![feature(arbitrary_self_types)]
7
#![feature(box_patterns)]
8
#![feature(box_syntax)]
9
#![feature(in_band_lifetimes)]
10
#![feature(nll)]
11
-#![feature(set_stdio)]
12
#![feature(test)]
13
#![feature(vec_remove_item)]
14
#![feature(ptr_offset_from)]
15
#![feature(crate_visibility_modifier)]
16
-#![feature(drain_filter)]
17
#![feature(never_type)]
18
-#![feature(unicode_internals)]
19
#![recursion_limit = "256"]
20
21
extern crate env_logger;
0 commit comments