Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
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
()
{}