about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2020-05-01 17:45:10 +0200
committerOliver Scherer <github35764891676564198441@oli-obk.de>2020-05-01 17:45:10 +0200
commitba26df099846165de7bb24486cced1cdfb40132b (patch)
tree6cde01cc9ee07559c9c6d987b747d70b38460fe1
parent004208fc46467c5e171e739559f77c0fafbbe87a (diff)
downloadrust-ba26df099846165de7bb24486cced1cdfb40132b.tar.gz
rust-ba26df099846165de7bb24486cced1cdfb40132b.zip
Name test appropriately and link to the issues it regress-checks for
-rw-r--r--src/test/ui/consts/ice-zst-static-access.rs (renamed from src/test/ui/consts/static-ice.rs)5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/ui/consts/static-ice.rs b/src/test/ui/consts/ice-zst-static-access.rs
index a6d90e44e34..b68e442a57c 100644
--- a/src/test/ui/consts/static-ice.rs
+++ b/src/test/ui/consts/ice-zst-static-access.rs
@@ -1,5 +1,10 @@
 // check-pass
 
+// This is a regression test for ICEs from
+// https://github.com/rust-lang/rust/issues/71612
+// and
+// https://github.com/rust-lang/rust/issues/71709
+
 #[derive(Copy, Clone)]
 pub struct Glfw;