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
I'm not really familiar with wchar_t, but seems it can be either 2 or 4 bytes depending on the platform/implementation. In this case it seems like it chose the wrong expected value in tests for my current platform.
System
Toolchain: x86_64-apple-darwin
rustc: 1.28.0-nightly
Apple LLVM version 9.0.0 (clang-900.0.39.2)
Target: x86_64-apple-darwin16.7.0
The text was updated successfully, but these errors were encountered:
emilio
added a commit
to emilio/rust-bindgen
that referenced
this issue
Jul 5, 2018
Input C/C++ Header
Bindgen Invocation
Actual Results
Generated code:
Test result:
Expected Results
I'm not really familiar with
wchar_t
, but seems it can be either 2 or 4 bytes depending on the platform/implementation. In this case it seems like it chose the wrong expected value in tests for my current platform.System
Toolchain: x86_64-apple-darwin
rustc: 1.28.0-nightly
Apple LLVM version 9.0.0 (clang-900.0.39.2)
Target: x86_64-apple-darwin16.7.0
The text was updated successfully, but these errors were encountered: