This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-06-22 20:47:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
55b6f64902
rust
/
tests
/
ui
/
const_prop
/
const-prop-ice.rs
6 lines
103 B
Rust
Raw
Normal View
History
Unescape
Escape
rework run-fail and support check,build-fail
2019-12-14 03:28:32 +00:00
// build-fail
Prevent ICE in const-prop array oob check
2018-11-08 19:15:13 +00:00
fn
main
(
)
{
fix tests, and use variants to test debug and release builds together
2020-02-15 09:47:27 +00:00
[
0
;
3
]
[
3
u64
as
usize
]
;
//~ ERROR this operation will panic at runtime
Fix tidy
2018-11-09 09:11:20 +00:00
}
Reference in New Issue
Copy Permalink