We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a991d6e commit 9c06bbdCopy full SHA for 9c06bbd
src/manually_traced/core.rs
@@ -13,6 +13,7 @@ use zerogc_derive::unsafe_gc_impl;
13
14
macro_rules! trace_tuple {
15
{ $single_param:ident } => {
16
+ trace_tuple_impl!();
17
trace_tuple_impl!($single_param);
18
};
19
{ $first_param:ident, $($param:ident),* } => {
0 commit comments