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
…, #411)
- fix top-level `#[display("...")]` attribute on an enum being incorrectly treated as transparent or wrapping
- make top-level `#[display("...")]` attribute on an enum to have defaulting behavior instead of replacing when no wrapping is possible (no `_variant` placeholder)
This should work:
As well as:
Related to #395. Note that transparence checks should also work as expected.
The text was updated successfully, but these errors were encountered: