Skip to content

Commit 9c06bbd

Browse files
committed
Implement Trace for unit tuple '()'
Again, this is a problem with macro recursion ^_^
1 parent a991d6e commit 9c06bbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/manually_traced/core.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ use zerogc_derive::unsafe_gc_impl;
1313

1414
macro_rules! trace_tuple {
1515
{ $single_param:ident } => {
16+
trace_tuple_impl!();
1617
trace_tuple_impl!($single_param);
1718
};
1819
{ $first_param:ident, $($param:ident),* } => {

0 commit comments

Comments
 (0)