Sign in
rust
/
rust
/
cdcd9b4274df87b2ca7c9dfab3046fdd2ec17847
/
.
/
tests
/
ui
/
type
/
missing-let-in-binding-4.rs
blob: 879a6fedcd677065bfe77b9c3b443972591bb1d4 [
file
]
struct
A
{
:
u8
=,
//~ ERROR expected identifier, found `:`
}
fn
main
()
{}