This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7616b30bff
rust
/
src
/
test
/
ui
/
consts
/
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-13 21:28:32 -06:00
// build-fail
Prevent ICE in const-prop array oob check
2018-11-08 13:15:13 -06:00
fn
main
(
)
{
fix tests, and use variants to test debug and release builds together
2020-02-15 03:47:27 -06:00
[
0
;
3
]
[
3
u64
as
usize
]
;
//~ ERROR this operation will panic at runtime
Fix tidy
2018-11-09 03:11:20 -06:00
}
Reference in New Issue
Copy Permalink