1
Fork 0

Stabilize match_default_bindings

This includes a submodule update to rustfmt
in order to allow a stable feature declaration.
This commit is contained in:
Taylor Cramer 2018-03-26 23:39:29 +02:00
parent e58df0d8c5
commit 3c65f53620
56 changed files with 55 additions and 389 deletions

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![feature(match_default_bindings)]
enum Wrapper {
Wrap(i32),
}