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

Ignore span's parents in collect_ast_format_args/find_format_args #11473

Merged
merged 1 commit into from Sep 12, 2023

Conversation

Alexendoo
Copy link
Member

Fixes #11470, covers some cases missed by #10980

Can't have a test yet because of #11126 but it works locally

changelog: none

r? @dswij

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Sep 8, 2023
@Alexendoo Alexendoo added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Sep 12, 2023
@Alexendoo
Copy link
Member Author

Beta nominating this because incremental relative spans will be enabled by default in stable 1.74 rust-lang/rust#115656, if it would get into 1.74 without backporting it can be left out

@dswij
Copy link
Member

dswij commented Sep 12, 2023

Thank you! @bors r+

@bors
Copy link
Collaborator

bors commented Sep 12, 2023

📌 Commit cc8c0e0 has been approved by dswij

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Sep 12, 2023

⌛ Testing commit cc8c0e0 with merge b788add...

@bors
Copy link
Collaborator

bors commented Sep 12, 2023

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: dswij
Pushing b788add to master...

@bors bors merged commit b788add into rust-lang:master Sep 12, 2023
5 checks passed
@flip1995 flip1995 removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Sep 28, 2023
@flip1995
Copy link
Member

This already made it into the current nightly (1.74) and will therefore get into beta. So IIUC this doesn't need a backport.

@Alexendoo Alexendoo deleted the format-args-span-parents branch September 29, 2023 15:10
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.

Differing uninlined_format_args behavior between stable/beta and nightly?
5 participants