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.
2 parents 09813f9 + 2e74291 commit 2b800a4Copy full SHA for 2b800a4
1 file changed
src/librustc_borrowck/lib.rs
@@ -16,8 +16,8 @@
16
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
17
html_root_url = "http://doc.rust-lang.org/nightly/")]
18
19
-#![feature(default_type_params, globs, if_let, import_shadowing, macro_rules, phase, quote)]
20
-#![feature(slicing_syntax, tuple_indexing, unsafe_destructor)]
+#![feature(default_type_params, globs, import_shadowing, macro_rules, phase, quote)]
+#![feature(slicing_syntax, unsafe_destructor)]
21
#![feature(rustc_diagnostic_macros)]
22
#![feature(unboxed_closures)]
23
#![allow(non_camel_case_types)]
0 commit comments