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

Convert from proc_macro2::Span to proc_macro::Span without panic #365

Open
TedDriggs opened this issue Mar 8, 2023 · 0 comments
Open

Convert from proc_macro2::Span to proc_macro::Span without panic #365

TedDriggs opened this issue Mar 8, 2023 · 0 comments

Comments

@TedDriggs
Copy link

Right now, it looks like proc_macro2::Span::unwrap is the only way to get a proc_macro::Span, but that will panic if it's called outside a proc macro. Could there be a TryFrom/TryInto impl, or a method that returns Option<proc_macro::Span>?

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

No branches or pull requests

1 participant