1 line
55 B
Rust
1 line
55 B
Rust
type t = { f: () }; //~ ERROR expected type, found `{`
|
type t = { f: () }; //~ ERROR expected type, found `{`
|