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
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
Nov 1, 2024
This is not unsound. This is just nonsense code being accepted by the compiler. There is no meaning to ? on arbitrary traits, so ignoring the bound outright is obviously not desirable, but totally fine for the compiler to do.
jieyouxu
removed
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
Nov 1, 2024
Code
I tried this code:
I expected to see this happen: rustc rejects this code
Instead, this happened: rustc since 1.78 accepts the code
Version it worked on
It most recently worked on: Rust 1.77
Version with regression
The text was updated successfully, but these errors were encountered: