Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
consts
/
issue-76064.rs
blob: 3c153ad726e28c14384f6f36a1b95c4c5cb6a9e1 [
file
] [
log
] [
blame
]
struct
Bug
([
u8
;
panic
!(
"panic"
)]);
//~ ERROR evaluation of constant value failed
fn
main
()
{}