File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ get_payload! {
69
69
0 , 1 , 2 , 3 , 4 , 5 , 6 , 7
70
70
}
71
71
72
- macro_rules! trace {
72
+ macro_rules! trace_fns {
73
73
( $( $num: tt ( $( $used: ident) * ) $( $unused: ident) * ) ,* $( , ) ?) => {
74
74
$(
75
75
paste! {
@@ -159,7 +159,7 @@ macro_rules! trace {
159
159
160
160
// i know this is ugly but it would have taken more time to write a sophisticated macro for this. Besides, this looks a lot
161
161
// like a graph for my sanity when writing this 📉
162
- trace ! {
162
+ trace_fns ! {
163
163
0 ( ) p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31,
164
164
1 ( p0) p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31,
165
165
2 ( p0 p1) p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31,
You can’t perform that action at this time.
0 commit comments