exhaustive-structs
wants to add non_exhaustive to structs with default_field_values
which does not work
#14992
Labels
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
Uh oh!
There was an error while loading. Please reload this page.
Using the following flags
--force-warn clippy::exhaustive-structs
this code:
caused the following diagnostics:
However after applying these diagnostics, the resulting code:
no longer compiled:
Version:
The text was updated successfully, but these errors were encountered: