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