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
cargo new test-project
cd test-project
rustc --test src/lib.rs
valgrind ./lib
gives a few hundred errors. Running cargo test under valgrind is clean and trivial projects without cargo are also clean. I'm not sure who's to blame here.