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