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

Handle incomplete external array constants #2301

Merged

Commits on Oct 7, 2022

  1. Handle incomplete external array constants

    This adds a new special case for constants like:
    ```c
    extern const char some_static_string[];
    ```
    so `bindgen` emits a `static` instead of a `static mut` for them.
    pvdrz committed Oct 7, 2022
    Copy the full SHA
    6d121e6 View commit details
    Browse the repository at this point in the history