You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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 😺
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
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:
The text was updated successfully, but these errors were encountered: