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