You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is known as the syntax extension recursion limit and defaults to 32. If the 32nd expansion contains a syntax extension invocation, the compiler will abort with an error indicating that the recursion limit was exceeded.
Change 32 into 128 according to the number followed by the link #![recursion_limit="…"] attribute which is given after the mentioned quote.
I remember this number was correct in your version.
BTW: now I'm updating the Chinese version, and there are many modifications since last time I did the translation :) But it's worth it, thank you for your work.
The text was updated successfully, but these errors were encountered:
Change
32
into128
according to the number followed by the link #![recursion_limit="…"] attribute which is given after the mentioned quote.I remember this number was correct in your version.
BTW: now I'm updating the Chinese version, and there are many modifications since last time I did the translation :) But it's worth it, thank you for your work.
The text was updated successfully, but these errors were encountered: