summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-record.stderr
blob: 99d4ef44f9a863abc807d13a91faf4cb43015b49 (plain)
1
2
3
4
5
6
7
8
error: expected type, found `{`
  --> $DIR/removed-syntax-record.rs:13:10
   |
LL | type t = { f: () }; //~ ERROR expected type, found `{`
   |          ^

error: aborting due to previous error