Track independent Rust/C++ names on struct fields and fn args
diff --git a/syntax/mod.rs b/syntax/mod.rs
index 4298995..9b4a101 100644
--- a/syntax/mod.rs
+++ b/syntax/mod.rs
@@ -167,7 +167,7 @@
     pub doc: Doc,
     pub attrs: OtherAttrs,
     pub visibility: Token![pub],
-    pub ident: Ident,
+    pub name: Pair,
     pub ty: Type,
 }