Skip to content

Commit

Permalink
Make sure issue 53275 test goes through codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
rylev committed Mar 23, 2020
1 parent f1188f7 commit 821eef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/ui/issues/issue-53275.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// run-pass
// build-pass

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

pub fn ice() {
Expand Down

0 comments on commit 821eef5

Please sign in to comment.