This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51bb570e076d981e12a8e221ed3a74b3025c6
rust
/
tests
/
ui
/
consts
/
issue-77062-large-zst-array.rs
6 lines
61 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ build-pass
Add test case for #77062 Closes #77062
2020-10-20 20:55:37 -04:00
fn
main
(
)
{
let
_
=
&
[
(
)
;
usize
::
MAX
]
;
}
Reference in New Issue
Copy Permalink