3 lines
88 B
Rust
3 lines
88 B
Rust
// compile-flags: -Z parse-only
|
|
|
|
type t = { f: () }; //~ ERROR expected type, found `{`
|