]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-record.stderr
Move parse-fail tests to UI
[rust.git] / src / test / ui / parser / removed-syntax-record.stderr
1 error: expected type, found `{`
2   --> $DIR/removed-syntax-record.rs:13:10
3    |
4 LL | type t = { f: () }; //~ ERROR expected type, found `{`
5    |          ^
6
7 error: aborting due to previous error
8