Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35b27aa

Browse files
committedJan 12, 2012
test: Add a test that empty records don't parse
Closes rust-lang#1200
1 parent 6e1f9ad commit 35b27aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// error-pattern:unexpected token: '}'
2+
// Issue #1200
3+
4+
type t = {};
5+
6+
fn main() {
7+
}

0 commit comments

Comments
 (0)