Remove the last bits of structural records from tests/rustc/rusti/rustpkg.
This commit is contained in:
parent
e0767bf24f
commit
9ea6a49696
36 changed files with 129 additions and 194 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue