Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enumeration: simplify standard types in variants. #749

Merged
merged 1 commit into from
Apr 4, 2022

Conversation

emilio
Copy link
Collaborator

@emilio emilio commented Mar 31, 2022

Fixes #745

@emilio emilio merged commit 0928410 into master Apr 4, 2022
@emilio emilio deleted the simplify-standard-enums branch April 4, 2022 18:25
mhallin added a commit to mhallin/cbindgen that referenced this pull request May 25, 2024
v0.22.0

      * Support rename rule for union body members (mozilla#751).
      * constant: Add support for associated constant expressions (mozilla#752).
      * Fix regression in CamelCase rename rule (should be lowerCamelCase) (mozilla#750).
      * enumeration: simplify standard types in variants (mozilla#749).
      * Avoid generating and writing bindings when called recursively (mozilla#747).
      * Cython: Omit per-variant tags in unions generated for Rust enums (mozilla#748).
      * Update various dependencies.

# Conflicts:
#	tests/rust/enum.toml
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.

enum case containing Box<T> is not lowered to a pointer
1 participant