rust/tests/ui/consts/issue-76064.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
95 B
Rust
Raw Normal View History

2021-10-04 04:33:43 +00:00
struct Bug([u8; panic!("panic")]); //~ ERROR evaluation of constant value failed
fn main() {}