mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 18:12:51 +00:00
Allow stabilization of match_default_bindings
This commit is contained in:
parent
53ecabad04
commit
72d8c9143b
@ -10,6 +10,8 @@
|
||||
|
||||
#![feature(custom_attribute)]
|
||||
#![feature(decl_macro)]
|
||||
// FIXME(cramertj) remove after match_default_bindings merges
|
||||
#![allow(stable_features)]
|
||||
#![feature(match_default_bindings)]
|
||||
#![feature(type_ascription)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user