Fix non exhaustive match test
This commit is contained in:
parent
de7dda7bf4
commit
51c3173465
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
#![feature(slice_patterns)]
|
||||
#![allow(illegal_floating_point_literal_pattern)]
|
||||
|
||||
enum t { a, b, }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue