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
a94b9fd0ac
rust
/
tests
/
ui
/
consts
/
issue-76064.rs
4 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
Stabilize `const_panic`
2021-10-03 23:33:43 -05:00
struct
Bug
(
[
u8
;
panic!
(
"
panic
"
)
]
)
;
//~ ERROR evaluation of constant value failed
add error_occured field to ConstQualifs, fix #76064
2020-11-06 09:16:38 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink