| commit | 524ff680819b0cc347032210cbf6e24389630a03 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Wed Dec 30 17:25:38 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Wed Dec 30 17:29:12 2020 -0800 |
| tree | eeffceab23253a7f459edcc3bf3f134b9e66de9d | |
| parent | e563fd951f5819ea1e9afd2651da37fa80bb996c [diff] [blame] |
Fix span placement on extern C++ type
diff --git a/syntax/mod.rs b/syntax/mod.rs index 0d07fd0..77e7e64 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -74,6 +74,7 @@ pub doc: Doc, pub derives: Vec<Derive>, pub attrs: OtherAttrs, + pub visibility: Token![pub], pub type_token: Token![type], pub name: Pair, pub generics: Lifetimes,