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
rust-lang/rust-bindgen#1384 makes bindgen
respect whitespace in documentation comments instead of trimming them.
This means that some of the comments from the C++ examples try to get compiled
as Rust, with a bad result for `cargo test`s purposes.
Just test using cargo test --lib. An alternative would be to disable doc
comments in bindgen.
0 commit comments