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
This is a known issue with bindgen under heavy discussion, but
doesn't look like it will be resolved soon. This attribute
suppresses genuine warnings about undefined behavior in a pattern
generated by bindgen many, many times. It should be removed when
the bindgen issue is resolved.
Until then, it obscures other helpful warnings and errors.
See: rust-lang/rust-bindgen#1651
Signed-off-by: Keith Koskie <[email protected]>
0 commit comments