| commit | 556738d8fe96f6d3c985a40d7df1f3e8bcada220 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sun Nov 15 13:58:44 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Sun Nov 15 14:22:17 2020 -0800 |
| tree | bfec9757d60952fd2d4736a8250acc7ff8c6557f | |
| parent | 091b6d4715874cd1b5e78b6a579917679be191e9 [diff] [blame] |
Allow multiple arg refs if C++ function is unsafe extern
diff --git a/syntax/mod.rs b/syntax/mod.rs index 33ed31c..94c2cc8 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -98,6 +98,7 @@ pub name: Pair, pub sig: Signature, pub semi_token: Token![;], + pub trusted: bool, } pub struct TypeAlias {