We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004208f commit ba26df0Copy full SHA for ba26df0
src/test/ui/consts/static-ice.rs renamed to src/test/ui/consts/ice-zst-static-access.rs
@@ -1,5 +1,10 @@
1
// check-pass
2
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
+
8
#[derive(Copy, Clone)]
9
pub struct Glfw;
10
0 commit comments