Remove the last bits of structural records from tests/rustc/rusti/rustpkg.

This commit is contained in:
Luqman Aden 2013-02-21 15:19:40 -08:00
parent e0767bf24f
commit 9ea6a49696
36 changed files with 129 additions and 194 deletions

View file

@ -1926,7 +1926,7 @@ pub impl Parser {
fields.push(self.parse_field(token::COLON));
}
self.expect(token::RBRACE);
//self.warn(~"REC");
self.warn(~"REC");
return expr_rec(fields, base);
}