Skip to content

Commit 51c3173

Browse files
committed
Fix non exhaustive match test
1 parent de7dda7 commit 51c3173

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/compile-fail/non-exhaustive-match.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
#![feature(slice_patterns)]
12+
#![allow(illegal_floating_point_literal_pattern)]
1213

1314
enum t { a, b, }
1415

0 commit comments

Comments
 (0)