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