We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abce42a commit a88819aCopy full SHA for a88819a
src/test/run-pass/issue-14393.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+// ignore-win32: FIXME #13793
12
+
13
fn main() {
14
match ("", 1u) {
15
(_, 42u) => (),
0 commit comments