| commit | 7953a11d0c9466103344c15a56569a0aa7f45c9d | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Mon Nov 02 12:57:57 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Mon Nov 02 18:20:08 2020 -0800 |
| tree | eba74278e6771d72510e621d123edfc5e15b4536 | |
| parent | fa1f15b2d700af64980747a0824725965056123b [diff] [blame] |
Implement improper ctypes check without infinite loop on cyclic structs
diff --git a/syntax/mod.rs b/syntax/mod.rs index ac6350a..b742e37 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -10,6 +10,7 @@ pub mod file; pub mod ident; mod impls; +mod improper; pub mod mangle; mod names; pub mod namespace;