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