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

associated type Inner not found #132414

Closed
dev-ardi opened this issue Oct 31, 2024 · 2 comments
Closed

associated type Inner not found #132414

dev-ardi opened this issue Oct 31, 2024 · 2 comments

Comments

@dev-ardi
Copy link
Contributor

Code

I can't provide an example for now, but I've bisected the issue to this PR:
#132194
@compiler-errors

I expected to see this happen: compile succesfully

Instead, this happened:

error[E0220]: associated type `Inner` not found for `T`
   --> redacted.rs:560:20
    |
560 |     ) -> Result<T::Inner, RedactedError>
    |                    ^^^^^ associated type `Inner` not found
@dev-ardi dev-ardi added C-bug Category: This is a bug. regression-untriaged Untriaged performance or correctness regression. labels Oct 31, 2024
@rustbot rustbot added I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Oct 31, 2024
@compiler-errors
Copy link
Member

You haven't provided enough to repro this, but I assume your "redacted" function is an async fn in trait. If so, this is a duplicate of #132372, and should be fixed. If it's not an AFIT, please reopen this issue with a more detailed example; this bug report isn't actionable currently 😺

@compiler-errors compiler-errors closed this as not planned Won't fix, can't repro, duplicate, stale Oct 31, 2024
@dev-ardi
Copy link
Contributor Author

Thanks!

@jieyouxu jieyouxu removed C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-untriaged Untriaged performance or correctness regression. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants