Skip to content

Commit

Permalink
Add test for issue rust-lang#53275
Browse files Browse the repository at this point in the history
  • Loading branch information
rylev committed Mar 20, 2020
1 parent f4c675c commit f1188f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/test/ui/issues/issue-53275.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// run-pass

#![crate_type = "lib"]
struct S(u8);

pub fn ice() {
S([][0]);
}

0 comments on commit f1188f7

Please sign in to comment.