]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issue-39616.rs
Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc
[rust.git] / tests / ui / parser / issue-39616.rs
1 fn foo(a: [0; 1]) {} //~ ERROR expected type, found `0`
2
3 fn main() {}