]> git.proxmox.com Git - rustc.git/blob - tests/ui/type/type-check/issue-22897.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / type / type-check / issue-22897.rs
1 fn main() { }
2
3 fn unconstrained_type() {
4 []; //~ ERROR type annotations needed
5 }