Skip to content

Commit

Permalink
Fix non exhaustive match test
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed May 2, 2017
1 parent de7dda7 commit 51c3173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/compile-fail/non-exhaustive-match.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// except according to those terms.

#![feature(slice_patterns)]
#![allow(illegal_floating_point_literal_pattern)]

enum t { a, b, }

Expand Down

0 comments on commit 51c3173

Please sign in to comment.