Rollup merge of #78172 - wesleywiser:close_77062, r=oli-obk
Add test case for #77062 Closes #77062
This commit is contained in:
commit
f5127de942
5
src/test/ui/consts/issue-77062-large-zst-array.rs
Normal file
5
src/test/ui/consts/issue-77062-large-zst-array.rs
Normal file
@ -0,0 +1,5 @@
|
||||
// build-pass
|
||||
|
||||
fn main() {
|
||||
let _ = &[(); usize::MAX];
|
||||
}
|
Loading…
Reference in New Issue
Block a user