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

Address diagnostics regression for const_char_encode_utf8. #130611

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

bjoernager
Copy link
Contributor

Relevant tracking issue: #130512

This PR regains full diagnostics for non-const calls to char::encode_utf8.

@rustbot
Copy link
Collaborator

rustbot commented Sep 20, 2024

r? @cuviper

rustbot has assigned @cuviper.
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 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Sep 20, 2024
@bjoernager
Copy link
Contributor Author

@rustbot label: +T-libs-api, -T-libs

@rustbot rustbot added T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. and removed T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Sep 20, 2024
@bjoernager
Copy link
Contributor Author

r? libs-api

@rustbot rustbot assigned joshtriplett and unassigned cuviper Sep 20, 2024
@rust-log-analyzer

This comment has been minimized.

@bjoernager
Copy link
Contributor Author

I'm unsure whether this should be targeted libs-api but I assumed so after the previous PR. I apologise if this was the wrong decision.

Copy link
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thank you.

@dtolnay
Copy link
Member

dtolnay commented Sep 20, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Sep 20, 2024

📌 Commit f02baf1 has been approved by dtolnay

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 20, 2024
@bjoernager
Copy link
Contributor Author

Added fixme note as recommended by @RalfJung.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@RalfJung
Copy link
Member

Thanks!

@bors r=dtolnay

@bors
Copy link
Contributor

bors commented Sep 20, 2024

📌 Commit bfadadf has been approved by dtolnay

It is now in the queue for this repository.

bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 20, 2024
…llaumeGomez

Rollup of 7 pull requests

Successful merges:

 - rust-lang#128209 (Remove macOS 10.10 dynamic linker bug workaround)
 - rust-lang#130526 (Begin experimental support for pin reborrowing)
 - rust-lang#130611 (Address diagnostics regression for `const_char_encode_utf8`.)
 - rust-lang#130614 (Add arm64e-apple-tvos target)
 - rust-lang#130617 (bail if there are too many non-region infer vars in the query response)
 - rust-lang#130619 (Fix scraped examples height)
 - rust-lang#130624 (Add `Vec::as_non_null`)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 2a3f353 into rust-lang:master Sep 20, 2024
6 checks passed
@rustbot rustbot added this to the 1.83.0 milestone Sep 20, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Sep 20, 2024
Rollup merge of rust-lang#130611 - bjoernager:const-char-encode-utf8, r=dtolnay

Address diagnostics regression for `const_char_encode_utf8`.

Relevant tracking issue: rust-lang#130512

This PR regains full diagnostics for non-const calls to `char::encode_utf8`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants