We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e72955 commit 4973094Copy full SHA for 4973094
src/test/ui/run-pass/union/union-pat-refutability.rs
@@ -9,6 +9,7 @@
9
// except according to those terms.
10
11
// run-pass
12
+#![allow(illegal_floating_point_literal_pattern)]
13
14
#[repr(u32)]
15
enum Tag { I, F }
0 commit comments