about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDylan MacKenzie <ecstaticmorse@gmail.com>2020-04-06 20:10:34 -0700
committerDylan MacKenzie <ecstaticmorse@gmail.com>2020-04-28 14:58:50 -0700
commit135cfcb5cd563e8beec78d86d8afc40321c9c7da (patch)
treeb1161d48233cf18e60dfb66c7168719306d13cfe
parent66f2d44c737134d36778956f1b1c928a3b36cb87 (diff)
downloadrust-135cfcb5cd563e8beec78d86d8afc40321c9c7da.tar.gz
rust-135cfcb5cd563e8beec78d86d8afc40321c9c7da.zip
FIXME: ignore test that ICEs
-rw-r--r--src/test/ui/consts/const_in_pattern/issue-65466.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/ui/consts/const_in_pattern/issue-65466.rs b/src/test/ui/consts/const_in_pattern/issue-65466.rs
index e974fd9397d..0e3e0f6dd88 100644
--- a/src/test/ui/consts/const_in_pattern/issue-65466.rs
+++ b/src/test/ui/consts/const_in_pattern/issue-65466.rs
@@ -1,3 +1,7 @@
+// FIXME: This still ICEs.
+//
+// ignore-test
+
 #![deny(indirect_structural_match)]
 
 #[derive(PartialEq, Eq)]