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 1a26c1c commit 8f672cdCopy full SHA for 8f672cd
src/librustc_typeck/lib.rs
@@ -58,10 +58,8 @@ This API is completely unstable and subject to change.
58
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
59
#![allow(non_camel_case_types)]
60
#![feature(bool_to_option)]
61
-#![feature(box_patterns)]
62
#![feature(box_syntax)]
63
#![feature(crate_visibility_modifier)]
64
-#![feature(exhaustive_patterns)]
65
#![feature(in_band_lifetimes)]
66
#![feature(nll)]
67
#![feature(try_blocks)]
0 commit comments