Closed MGlolenstine closed 3 years ago
Fixed it after finding the tutorial and reading through it. (Thanks for the tutorial!)
Yes, unfortunately that's a side effect of this level of macro trickery. I wish they'd increase rustc's minimum recursion level a bit, but it is what it is.
The above code works fine, but with the commented part uncommented, it complains about
recursion limit reached
. I'm not really sure what could've gone wrong.