index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
consts
/
issue-76064.rs
blob: 3c153ad726e28c14384f6f36a1b95c4c5cb6a9e1 (
plain
)
1
2
3
struct
Bug
([
u8
;
panic!
(
"panic"
)]);
//~ ERROR evaluation of constant value failed
fn
main
()
{}