Derive for remote types

This commit is contained in:
David Tolnay
2017-04-08 22:42:42 -07:00
parent cc933b9cdb
commit a6d172111b
7 changed files with 620 additions and 242 deletions
+1
View File
@@ -9,3 +9,4 @@ mod ctxt;
pub use ctxt::Ctxt;
mod case;
mod check;