Skip to content

Commit f7af8be

Browse files
committed
enable match_default_bindings feature
1 parent e384646 commit f7af8be

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/librustc/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#![feature(inclusive_range_syntax)]
5050
#![cfg_attr(windows, feature(libc))]
5151
#![feature(macro_vis_matcher)]
52+
#![feature(match_default_bindings)]
5253
#![feature(never_type)]
5354
#![feature(nonzero)]
5455
#![feature(quote)]

src/librustc_mir/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
2121
#![feature(conservative_impl_trait)]
2222
#![feature(const_fn)]
2323
#![feature(i128_type)]
24+
#![feature(match_default_bindings)]
2425
#![feature(rustc_diagnostic_macros)]
2526
#![feature(placement_in_syntax)]
2627
#![feature(collection_placement)]

0 commit comments

Comments
 (0)