rust/src/test/ui/parser/removed-syntax-record.rs
2018-12-25 21:08:33 -07:00

3 lines
88 B
Rust

// compile-flags: -Z parse-only
type t = { f: () }; //~ ERROR expected type, found `{`