]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issue-39616.stderr
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / ui / parser / issue-39616.stderr
1 error: expected type, found `0`
2   --> $DIR/issue-39616.rs:1:12
3    |
4 LL | fn foo(a: [0; 1]) {}
5    |            ^ expected type
6
7 error: aborting due to previous error
8