| commit | 3abed4794a0bdcd649a27700a1236289f850e916 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Thu Dec 31 23:34:53 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Fri Jan 01 14:28:38 2021 -0800 |
| tree | b9ba3f0ab910ba20cf12e270b2ffdf8372362d70 | |
| parent | b1f0b9be9377e8f6a8fbade9820e7ab028d121ec [diff] [blame] |
Generate all explicit and implicit impls based on one map
diff --git a/syntax/mod.rs b/syntax/mod.rs index 3a77b82..4298995 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -20,6 +20,7 @@ mod pod; pub mod qualified; pub mod report; +mod resolve; pub mod set; pub mod symbol; mod tokens;