rust/tests/ui/parser/issue-39616.rs

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

4 lines
70 B
Rust
Raw Normal View History

fn foo(a: [0; 1]) {} //~ ERROR expected type, found `0`
fn main() {}