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

AST::LiteralExpr should differentiate between strings and raw strings #2858

Open
CohenArthur opened this issue Feb 16, 2024 · 1 comment
Open

Comments

@CohenArthur
Copy link
Member

Currently parsing r#"gccrs"# works, but it returns a LiteralExpr with LiteralType of Literal::STRING, but we have a Literal::BYTE_STRING variant. It would be useful to have a Literal::RAW_STRING variant too, and we do need it for format_args!()

@AnshVM
Copy link
Contributor

AnshVM commented Feb 18, 2024

Hey, I would like to work on this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants