]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/unmatched-delimiter-at-end-of-file.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / unmatched-delimiter-at-end-of-file.rs
1 struct S {
2 x: usize,
3 y: usize,
4 }
5
6 fn main() {
7 S { x: 4,
8 y: 5 };
9 }
10
11 fn foo() { //~ ERROR this file contains an unclosed delimiter