Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
mir
/
issue-92893.rs
blob: 6127d267ebc8e08c2c04f0e496fec5a79f880ebc [
file
]
struct
Bug
<
A
=
[();
(
let
a
=
(),
1
).
1
]>
{
//~^ ERROR expected expression, found `let` statement
a
:
A
}
fn
main
()
{}