We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tracking issue: rust-lang/rust#54725. See also rust-lang/rust#101991.
This will involve TokenStream's FromStr impl saving the original source string into https://github.com/dtolnay/proc-macro2/blob/1.0.43/src/fallback.rs#L350, which previously only held the filename and the newline offsets. We'll need to check the performance implications.
TokenStream
FromStr
The text was updated successfully, but these errors were encountered:
Is checking performance implications the current next step for this?
Sorry, something went wrong.
It's probably fine.
Successfully merging a pull request may close this issue.
Tracking issue: rust-lang/rust#54725. See also rust-lang/rust#101991.
This will involve
TokenStream
'sFromStr
impl saving the original source string into https://github.com/dtolnay/proc-macro2/blob/1.0.43/src/fallback.rs#L350, which previously only held the filename and the newline offsets. We'll need to check the performance implications.The text was updated successfully, but these errors were encountered: