| commit | 4c6052d74942912d3607025f4559c340409dd4e0 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Thu Dec 31 15:01:04 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Thu Dec 31 15:31:28 2020 -0800 |
| tree | 77936300a3aead0ea2595284c8dc035f3f2a81a5 | |
| parent | f4d978941e6b069978945d14fdacc724747ae2c4 [diff] [blame] |
Key impls by an enum rather than by Type
diff --git a/syntax/mod.rs b/syntax/mod.rs index 6fe45d3..9a21087 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -11,6 +11,7 @@ pub mod ident; mod impls; mod improper; +pub mod instantiate; pub mod mangle; mod names; pub mod namespace;