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
As you can see this code was already minimized a while ago for google/autocxx#264, though that was a separate issue so it's quite possible it can be reduced more to get a more minimal test case for bindgen.
The text was updated successfully, but these errors were encountered:
Reproduction:
Input C++:
Command line:
cargo run -- test.hpp --no-layout-tests --enable-cxx-namespaces --allowlist-type operations_research::Solver -- -std=c++14
Resulting Rust:
Note that near the end there are three defintions of
ab
, so the resulting Rust doesn't build.Bindgen version 20aa65a (today's
HEAD
).As you can see this code was already minimized a while ago for google/autocxx#264, though that was a separate issue so it's quite possible it can be reduced more to get a more minimal test case for bindgen.
The text was updated successfully, but these errors were encountered: