]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issue-39616.rs
Auto merge of #106916 - lukas-code:overlapping-substs, r=estebank
[rust.git] / tests / ui / parser / issue-39616.rs
1 fn foo(a: [0; 1]) {} //~ ERROR expected type, found `0`
2
3 fn main() {}