We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6838d commit b3f3390Copy full SHA for b3f3390
src/librustc/lib.rs
@@ -51,6 +51,7 @@
51
#![feature(inclusive_range_syntax)]
52
#![cfg_attr(windows, feature(libc))]
53
#![feature(macro_vis_matcher)]
54
+#![feature(match_default_bindings)]
55
#![feature(never_type)]
56
#![feature(nonzero)]
57
#![feature(quote)]
0 commit comments