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

UTF-8 string literals are not mutated #2923

Open
richardwerkman opened this issue Apr 26, 2024 · 0 comments · May be fixed by #2940
Open

UTF-8 string literals are not mutated #2923

richardwerkman opened this issue Apr 26, 2024 · 0 comments · May be fixed by #2940
Labels
🐛 Bug Something isn't working good first issue

Comments

@richardwerkman
Copy link
Member

Describe the bug
I've noticed that UTF-8 string literals are not mutated.

Expected behavior
I'd expect the following line to be mutated by the string literal mutator:

var stringLiteral = "mystring"u8;
@richardwerkman richardwerkman added the 🐛 Bug Something isn't working label Apr 26, 2024
@iamdmitrij iamdmitrij linked a pull request May 22, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working good first issue
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant