summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-39616.stderr
blob: da85bcb446cc344fca6b799f2a03a396c5edc634 (plain)
1
2
3
4
5
6
7
8
error: expected type, found `0`
  --> $DIR/issue-39616.rs:1:12
   |
LL | fn foo(a: [0; 1]) {}
   |            ^ expected type

error: aborting due to 1 previous error