Skip to content

Commit ba26df0

Browse files
committed
Name test appropriately and link to the issues it regress-checks for
1 parent 004208f commit ba26df0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/ui/consts/static-ice.rs renamed to src/test/ui/consts/ice-zst-static-access.rs

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// check-pass
22

3+
// This is a regression test for ICEs from
4+
// https://github.com/rust-lang/rust/issues/71612
5+
// and
6+
// https://github.com/rust-lang/rust/issues/71709
7+
38
#[derive(Copy, Clone)]
49
pub struct Glfw;
510

0 commit comments

Comments
 (0)