Skip to content

Commit 821eef5

Browse files
committed
Make sure issue 53275 test goes through codegen
1 parent f1188f7 commit 821eef5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/ui/issues/issue-53275.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// run-pass
1+
// build-pass
22

33
#![crate_type = "lib"]
4+
#![allow(unconditional_panic)]
45
struct S(u8);
56

67
pub fn ice() {

0 commit comments

Comments
 (0)