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
Rustc panics when running clippy with the lint needless_pass_by_value from the pedantic group. The error seems to be triggered when type_allowed_to_implement_copy is checked for parameters with erased lifetimes. I've produced a minimal failing input and found the first nightly release impacted.
Up to date beta and nightly toolchains are impacted but not stable. I bisected nightly toolchains and found that nightly-2023-01-21 is not impacted but nightly-2023-1-22 is impacted.