]> git.proxmox.com Git - rustc.git/blob - tests/ui/suggestions/issue-61226.fixed
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / suggestions / issue-61226.fixed
1 // run-rustfix
2 struct X {}
3 fn main() {
4 let _ = vec![X {}]; //…
5 //~^ ERROR expected value, found struct `X`
6 }