Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
mir
/
issue-92893.rs
blob: 635050f376c8a73c50f2eb946648600e9bfbd34e [
file
] [
log
] [
blame
]
struct
Bug
<
A
=
[();
(
let
a
=
(),
1
).
1
]>
{
//~^ `let` expressions are not supported here
//~| `let` expressions in this position are unstable [E0658]
//~| expected expression, found `let` statement
a
:
A
}
fn
main
()
{}