]> git.proxmox.com Git - rustc.git/blob - src/test/ui/type-check/issue-22897.stderr
New upstream version 1.20.0+dfsg1
[rustc.git] / src / test / ui / type-check / issue-22897.stderr
1 error[E0282]: type annotations needed
2 --> $DIR/issue-22897.rs:14:5
3 |
4 14 | [];
5 | ^^ cannot infer type for `[_; 0]`
6
7 error: aborting due to previous error
8