Skip to content

Commit 39e6855

Browse files
author
Ariel Ben-Yehuda
committed
fix test fallout
1 parent 595409d commit 39e6855

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/compile-fail/issue-19660.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
#[lang = "sized"]
1717
trait Sized { }
1818

19+
struct S;
20+
1921
#[start]
2022
fn main(_: isize, _: *const *const u8) -> isize {
23+
let _ = S;
2124
0
2225
}

0 commit comments

Comments
 (0)