| commit | 49f9df7923ca195538cb721bda1af4b87f30d25f | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Wed Dec 30 18:02:38 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Wed Dec 30 18:07:30 2020 -0800 |
| tree | 41b8a1bb292b50194c13808cb11fc9750521f08a | |
| parent | 291c9350d6473614cbd1c133cb476d3904ea0646 [diff] [blame] |
Fix span placement on extern functions
diff --git a/syntax/mod.rs b/syntax/mod.rs index 12904c3..4dd18ea 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -113,6 +113,7 @@ pub lang: Lang, pub doc: Doc, pub attrs: OtherAttrs, + pub visibility: Token![pub], pub name: Pair, pub sig: Signature, pub semi_token: Token![;],