-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Comments
dev-ardi
added
C-bug
Category: This is a bug.
regression-untriaged
Untriaged performance or correctness regression.
labels
Oct 31, 2024
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 😺 |
Thanks! |
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
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: