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

Rework octal_escapes #12945

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Rework octal_escapes #12945

merged 1 commit into from
Jun 17, 2024

Conversation

Jarcho
Copy link
Contributor

@Jarcho Jarcho commented Jun 17, 2024

Main changes are not doing UTF-8 decoding, noting each occurrence as an individual lint emission, and narrowing the span to point to the escape itself.

changelog: none

@rustbot
Copy link
Collaborator

rustbot commented Jun 17, 2024

r? @Alexendoo

rustbot has assigned @Alexendoo.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jun 17, 2024
@Alexendoo
Copy link
Member

Thanks, the new parsing is nice to read

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 17, 2024

📌 Commit 4b16e26 has been approved by Alexendoo

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jun 17, 2024

⌛ Testing commit 4b16e26 with merge 51c5eee...

@bors
Copy link
Collaborator

bors commented Jun 17, 2024

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: Alexendoo
Pushing 51c5eee to master...

@bors bors merged commit 51c5eee into rust-lang:master Jun 17, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants