]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-record.stderr
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
[rust.git] / src / test / ui / parser / removed-syntax-record.stderr
1 error: expected type, found `{`
2   --> $DIR/removed-syntax-record.rs:1:10
3    |
4 LL | type t = { f: () };
5    |          ^ expected type
6
7 error: aborting due to previous error
8