Improve error message for AsyncFn trait failure for RPIT by compiler-errors · Pull Request #137910 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation3 Commits1 Checks6 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

compiler-errors

Use a WellFormedDerived obligation cause to make sure we can turn an AsyncFnKindHelper trait goal into its parent AsyncFn* goal, then fix the logic for reporting AsyncFn* kind mismatches.

Best reviewed without whitespace.

Fixes #137905

r? oli-obk

@compiler-errors

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

labels

Mar 3, 2025

compiler-errors

@@ -3191,7 +3191,10 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {
false
};
if !is_upvar_tys_infer_tuple {
let is_builtin_async_fn_trait =

Choose a reason for hiding this comment

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

Without this, we'll report a misleading "due to this closure" note.

@oli-obk

@bors

📌 Commit e213f4b has been approved by oli-obk

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

Mar 5, 2025

jieyouxu added a commit to jieyouxu/rust that referenced this pull request

Mar 5, 2025

@jieyouxu

…r, r=oli-obk

Improve error message for AsyncFn trait failure for RPIT

Use a WellFormedDerived obligation cause to make sure we can turn an AsyncFnKindHelper trait goal into its parent AsyncFn* goal, then fix the logic for reporting AsyncFn* kind mismatches.

Best reviewed without whitespace.

Fixes rust-lang#137905

r? oli-obk

bors added a commit to rust-lang-ci/rust that referenced this pull request

Mar 5, 2025

@bors

Rollup of 23 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

jieyouxu added a commit to jieyouxu/rust that referenced this pull request

Mar 5, 2025

@jieyouxu

…r, r=oli-obk

Improve error message for AsyncFn trait failure for RPIT

Use a WellFormedDerived obligation cause to make sure we can turn an AsyncFnKindHelper trait goal into its parent AsyncFn* goal, then fix the logic for reporting AsyncFn* kind mismatches.

Best reviewed without whitespace.

Fixes rust-lang#137905

r? oli-obk

bors added a commit to rust-lang-ci/rust that referenced this pull request

Mar 5, 2025

@bors

compiler-errors added a commit to compiler-errors/rust that referenced this pull request

Mar 6, 2025

@compiler-errors

…r, r=oli-obk

Improve error message for AsyncFn trait failure for RPIT

Use a WellFormedDerived obligation cause to make sure we can turn an AsyncFnKindHelper trait goal into its parent AsyncFn* goal, then fix the logic for reporting AsyncFn* kind mismatches.

Best reviewed without whitespace.

Fixes rust-lang#137905

r? oli-obk

Noratrieb added a commit to Noratrieb/rust that referenced this pull request

Mar 6, 2025

@Noratrieb

…r, r=oli-obk

Improve error message for AsyncFn trait failure for RPIT

Use a WellFormedDerived obligation cause to make sure we can turn an AsyncFnKindHelper trait goal into its parent AsyncFn* goal, then fix the logic for reporting AsyncFn* kind mismatches.

Best reviewed without whitespace.

Fixes rust-lang#137905

r? oli-obk

Noratrieb added a commit to Noratrieb/rust that referenced this pull request

Mar 6, 2025

@Noratrieb

…compiler-errors

Rollup of 20 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Mar 6, 2025

@bors

…mpiler-errors

Rollup of 20 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Mar 6, 2025

@bors

…mpiler-errors

Rollup of 20 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Mar 6, 2025

@bors

…mpiler-errors

Rollup of 25 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Mar 6, 2025

@bors

…mpiler-errors

Rollup of 25 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Mar 7, 2025

@rust-timer

Rollup merge of rust-lang#137910 - compiler-errors:async-fn-goal-error, r=oli-obk

Improve error message for AsyncFn trait failure for RPIT

Use a WellFormedDerived obligation cause to make sure we can turn an AsyncFnKindHelper trait goal into its parent AsyncFn* goal, then fix the logic for reporting AsyncFn* kind mismatches.

Best reviewed without whitespace.

Fixes rust-lang#137905

r? oli-obk

github-actions bot pushed a commit to model-checking/verify-rust-std that referenced this pull request

Mar 14, 2025

@bors

…mpiler-errors

Rollup of 25 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

Labels

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.