We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e384646 commit f7af8beCopy full SHA for f7af8be
src/librustc/lib.rs
@@ -49,6 +49,7 @@
49
#![feature(inclusive_range_syntax)]
50
#![cfg_attr(windows, feature(libc))]
51
#![feature(macro_vis_matcher)]
52
+#![feature(match_default_bindings)]
53
#![feature(never_type)]
54
#![feature(nonzero)]
55
#![feature(quote)]
src/librustc_mir/lib.rs
@@ -21,6 +21,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
21
#![feature(conservative_impl_trait)]
22
#![feature(const_fn)]
23
#![feature(i128_type)]
24
25
#![feature(rustc_diagnostic_macros)]
26
#![feature(placement_in_syntax)]
27
#![feature(collection_placement)]
0 commit comments