Skip to content

Commit f5127de

Browse files
authored
Rollup merge of rust-lang#78172 - wesleywiser:close_77062, r=oli-obk
Add test case for rust-lang#77062 Closes rust-lang#77062
2 parents 513550c + 3adac03 commit f5127de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// build-pass
2+
3+
fn main() {
4+
let _ = &[(); usize::MAX];
5+
}

0 commit comments

Comments
 (0)