rename POS_FIELD -> POS_FIELD_DEF
to match NAMED_FIELD_DEF
This commit is contained in:
@@ -193,7 +193,7 @@ pub struct StructField {
|
||||
#[derive(Debug)]
|
||||
pub enum FieldSource {
|
||||
Named(TreeArc<ast::NamedFieldDef>),
|
||||
Pos(TreeArc<ast::PosField>),
|
||||
Pos(TreeArc<ast::PosFieldDef>),
|
||||
}
|
||||
|
||||
impl StructField {
|
||||
|
||||
Reference in New Issue
Block a user