Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-44021.rs
blob: 0b9558cc91e1f8ceb9ec2aafd48a2c4cf9935db0 [
file
]
struct
MyStruct
;
impl
MyStruct
{
fn
f
()
{|
x
,
y
}
//~ ERROR expected one of `:`, `@`, or `|`, found `}`
}
fn
main
()
{}