and now funcs work again

This commit is contained in:
Pat Hickey
2020-01-27 20:28:27 -08:00
parent c780421c28
commit 373560b88a
3 changed files with 12 additions and 9 deletions

View File

@@ -37,6 +37,7 @@ macro_rules! builtin_type {
Ok(())
}
}
impl GuestTypeCopy for $t {}
)*
};
}