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

error: aborting due to previous error