core: Convert some records to structs
This commit is contained in:
@@ -1773,6 +1773,7 @@ impl Parser {
|
||||
fields.push(self.parse_field(token::COLON));
|
||||
}
|
||||
self.expect(token::RBRACE);
|
||||
//self.warn(~"REC");
|
||||
return expr_rec(fields, base);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user