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