| commit | 00f236a0e08d28e25084b707c6f31f5b5020b32d | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sat Aug 29 19:07:18 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Sat Aug 29 19:10:15 2020 -0700 |
| tree | faa001b4423f999af35eac06887dd58dde2ced67 | |
| parent | 3a45173325ea341e8ad15c5846d262be96f056cc [diff] [blame] |
Keep track of whether extern type layout can be trusted
diff --git a/syntax/mod.rs b/syntax/mod.rs index ae37802..e2356e1 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -48,6 +48,7 @@ pub type_token: Token![type], pub ident: Ident, pub semi_token: Token![;], + pub trusted: bool, } pub struct Struct {