Fix non exhaustive match test

This commit is contained in:
est31 2017-04-29 10:02:42 +02:00
parent de7dda7bf4
commit 51c3173465

View file

@ -9,6 +9,7 @@
// except according to those terms.
#![feature(slice_patterns)]
#![allow(illegal_floating_point_literal_pattern)]
enum t { a, b, }