auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton
This commit is contained in:
commit
df41115213
13 changed files with 31 additions and 31 deletions
|
@ -80,7 +80,7 @@ pub struct Struct {
|
|||
name: Ident,
|
||||
generics: ast::Generics,
|
||||
attrs: ~[ast::Attribute],
|
||||
fields: ~[@ast::struct_field],
|
||||
fields: ~[ast::struct_field],
|
||||
where: Span,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue