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 bcb287d commit 96fcd06Copy full SHA for 96fcd06
src/librustdoc/lib.rs
@@ -11,13 +11,9 @@
11
#![feature(file_buffered)]
12
#![feature(format_args_nl)]
13
#![feature(if_let_guard)]
14
-#![feature(impl_trait_in_assoc_type)]
15
#![feature(iter_intersperse)]
16
-#![feature(never_type)]
17
#![feature(round_char_boundary)]
18
#![feature(test)]
19
-#![feature(type_alias_impl_trait)]
20
-#![feature(type_ascription)]
21
#![warn(rustc::internal)]
22
23
extern crate thin_vec;
0 commit comments