core: Convert some records to structs
This commit is contained in:
parent
4a2a375fbf
commit
5a282ec26f
9 changed files with 85 additions and 79 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue