| commit | 291c9350d6473614cbd1c133cb476d3904ea0646 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Wed Dec 30 17:31:19 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Wed Dec 30 17:57:14 2020 -0800 |
| tree | ed6ce3fa479e1683456663a8c90fcfd0ce1cc452 | |
| parent | 524ff680819b0cc347032210cbf6e24389630a03 [diff] [blame] |
Fix span placement on type aliases
diff --git a/syntax/mod.rs b/syntax/mod.rs index 77e7e64..12904c3 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -123,6 +123,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,