Skip to content

Commit

Permalink
Name test appropriately and link to the issues it regress-checks for
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed May 1, 2020
1 parent 004208f commit ba26df0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit ba26df0

Please sign in to comment.