1
Fork 0
rust/tests/ui/consts/nested_erroneous_ctfe.rs

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

5 lines
68 B
Rust
Raw Normal View History

fn main() {
[9; || [9; []]];
//~^ ERROR: mismatched types
}