]> git.proxmox.com Git - rustc.git/blob - src/test/ui/suggestions/issue-61226.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / suggestions / issue-61226.rs
1 // run-rustfix
2 struct X {}
3 fn main() {
4 let _ = vec![X]; //…
5 //~^ ERROR expected value, found struct `X`
6 }