Merge pull request #2567 from cramertj/master

Allow stabilization of match_default_bindings
This commit is contained in:
Nick Cameron 2018-03-26 23:07:34 +02:00 committed by GitHub
commit a4462d18bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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