Forgotten bug report in clippy

I posted a bug to clippy where it leads to incorrect (compiling but but buggy code) 3 weeks ago. So far it looks like no one even looked at the bug report. No triage has been done.

Since it causes bugs in the changed code it seems like quite a nasty issue. Most incorrect clippy lint usually just cause a compile failure.

I'm not sure what to do to ping the relevant devs about this forgotten issue other than post here.

The issue in question: Incorrect clippy::derivable_impls in the presence of conditional compilation · Issue #13160 · rust-lang/rust-clippy · GitHub

1 Like

There are a lot of issues, and people don't have enough time to look at all of them. If this issue I'd particularly important to you, it might be worth trying to fix it yourself. Doing it yourself is often the best way to ensure an issue gets resolved. It's also the most fun!

10 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.