Sign in
fuchsia
/
third_party
/
rust
/
cf451f08307168f32ffc74b478026e5e3ebc5ca9
/
.
/
tests
/
ui
/
parser
/
unmatched-delimiter-at-end-of-file.rs
blob: f56013266ce524eefff7f886b3ef3bc37fd276ee [
file
] [
log
] [
blame
]
struct
S
{
x
:
usize
,
y
:
usize
,
}
fn
main
()
{
S
{
x
:
4
,
y
:
5
};
}
fn
foo
()
{
//~ ERROR this file contains an unclosed delimiter