chore(sys): regenerate static bindgen files#347
Merged
filmil merged 1 commit intogoogle:mainfrom Apr 27, 2026
Merged
Conversation
Regenerated lib_{63,71,72,73,74,76,77,78}.rs using the Docker testenv
images. The __va_list_tag type (a glibc-specific va_list definition on
Linux x86_64) is now excluded by the updated blocklist, removing its
definition from all static bindgen outputs.
This commit was created by an automated coding assistant, with human
supervision.
Member
I am not seeing any additions, did you intend to have them in this change? |
Contributor
Author
Sorry - the PR description was inaccurate, correcting... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
lib_{63,71,72,73,74,76,77,78}.rsusing the Docker testenv images (linux/amd64)__va_list_tagstruct definitions from all files — this glibc-specific type leaked into the previous static bindgen output because it was missing from the blocklist (fixed in fix(sys): add __va_list_tag to bindgen blocklist #346)Test plan
__va_list_tagin all regeneratedlib_XX.rsfilesThis commit was created by an automated coding assistant, with human supervision.