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
Enum variant visibility was added in rust-lang/rust#66183. The section Variant visibility explains that it is syntactically valid, but rejected during validation. Can you say more about why it appears wrong?
According to rust-lang/rust#28442 , visibility modifier for variant will lead to compilation error.
Consider removing the section or adding some notes about that.
The text was updated successfully, but these errors were encountered: