We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7dda7 commit 51c3173Copy full SHA for 51c3173
src/test/compile-fail/non-exhaustive-match.rs
@@ -9,6 +9,7 @@
9
// except according to those terms.
10
11
#![feature(slice_patterns)]
12
+#![allow(illegal_floating_point_literal_pattern)]
13
14
enum t { a, b, }
15
0 commit comments