]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/unmatched-delimiter-at-end-of-file.rs
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2020...
[rust.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