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 think this is fine. All you need is some build able to discover when match arms are missing. It doesn't have to work in every toolchain in your CI in order for you to find out; the set of enum variants in the same version of syn is not gonna be different on your other compilers.
If you require that your stable build is the one that detects missing match arms, you would need to follow up with the compiler folks about getting the lint stabilized.
According to #1067, this lint was to be stabilised in Rust 1.57. It is not stable yet according to the tracking issue.
Maybe #1067 should be reverted?
The text was updated successfully, but these errors were encountered: