index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
consts
/
issue-76064.rs
blob: 3c153ad726e28c14384f6f36a1b95c4c5cb6a9e1 (
plain
)
1
2
3
struct
Bug
([
u8
;
panic!
(
"panic"
)]);
//~ ERROR evaluation of constant value failed
fn
main
()
{}