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_LOG=all cargo test some_bindgen_test -- --nocapture does not dump debug output. I can't find in the readme or the user guide or the issue template how to enable logging for bindgen.
How to enable debug output should be documented somewhere, or ideally it should "just work" for tests.
The text was updated successfully, but these errors were encountered:
Generally I just run the test manually with ./target/debug/bindgen if I want debug output. I'm not sure if you can add some sort of hook before running all tests, but if you can fixing this should be a matter of calling env_logger::init() there or something.
RUST_LOG=all cargo test some_bindgen_test -- --nocapture
does not dump debug output. I can't find in the readme or the user guide or the issue template how to enable logging for bindgen.How to enable debug output should be documented somewhere, or ideally it should "just work" for tests.
The text was updated successfully, but these errors were encountered: