This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-clippy
Watch
2
Star
0
Fork
You've already forked rust-clippy
0
mirror of
https://github.com/rust-lang/rust-clippy
synced
2024-11-24 21:53:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
bd83650e91
rust-clippy
/
tests
/
ui
/
crashes
/
ice-10044.rs
Niki4tap
d0ac6ba0b1
Fix overflow ICE in large_stack/const_arrays
2022-12-19 18:27:42 +03:00
3 lines
35 B
Rust
Raw
Blame
History
fn
main
(
)
{
[
0
;
usize
::
MAX
]
;
}
Reference in a new issue
View git blame
Copy permalink