Skip to content

Commit b3f3390

Browse files
committed
enable match_default_bindings feature
1 parent ae6838d commit b3f3390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
#![feature(inclusive_range_syntax)]
5252
#![cfg_attr(windows, feature(libc))]
5353
#![feature(macro_vis_matcher)]
54+
#![feature(match_default_bindings)]
5455
#![feature(never_type)]
5556
#![feature(nonzero)]
5657
#![feature(quote)]

0 commit comments

Comments
 (0)