Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quote comment #13

Closed
dtolnay opened this issue Oct 29, 2019 · 2 comments · Fixed by #26
Closed

Quote comment #13

dtolnay opened this issue Oct 29, 2019 · 2 comments · Fixed by #26
Assignees

Comments

@dtolnay
Copy link
Contributor

dtolnay commented Oct 29, 2019

I noticed this line in the example project:

// You might need to use this in future since quote! macro can be highly-recursive
//#![recursion_limit="1024"]

I don't think this is accurate anymore since quote isn't recursive.

@eupn
Copy link
Owner

eupn commented Oct 29, 2019

Yes, this is a leftover from my old template from which proc-macro example was generated. I'll remove that.

@eupn eupn self-assigned this Oct 29, 2019
@eupn
Copy link
Owner

eupn commented Oct 30, 2019

Closed via #26.

@eupn eupn closed this as completed Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants