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

Repair Span::start() and Span::end() in proc_macro context. #407

Closed
wants to merge 1 commit into from

Conversation

tonyg
Copy link

@tonyg tonyg commented Sep 27, 2023

Closes #402.

@tonyg tonyg changed the title Closes #402: Repair Span::start() and Span::end() in proc_macro context. Repair Span::start() and Span::end() in proc_macro context. Sep 27, 2023
@dtolnay dtolnay closed this in #472 Oct 16, 2024
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 this pull request may close these issues.

span.start() and span.end() is not working in proc_macro context even in nightly version.
1 participant