Allow stabilization of match_default_bindings

This commit is contained in:
Taylor Cramer 2018-03-26 22:29:01 +02:00
parent 53ecabad04
commit 72d8c9143b

View File

@ -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)]