Skip to content

Conversation

@bitcp
Copy link
Contributor

@bitcp bitcp commented Feb 4, 2026

No description provided.

@rustbot rustbot added the S-waiting-on-review Status: The marked PR is awaiting review from a maintainer label Feb 4, 2026
@ehuss
Copy link
Contributor

ehuss commented Feb 4, 2026

I think the original is correct here. When it says "enum field", it means a field inside an enum variant. Something like:

enum E {
    V { x: i32 }   // field x
}

@bitcp
Copy link
Contributor Author

bitcp commented Feb 5, 2026

Sorry, I missed it. The page of "Enumeration" item heavily mentions "field".
Thanks for pointing out.

@bitcp bitcp closed this Feb 5, 2026
@rustbot rustbot removed the S-waiting-on-review Status: The marked PR is awaiting review from a maintainer label Feb 5, 2026
@bitcp bitcp deleted the fix branch February 5, 2026 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants