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 ran the tests for one of my crates that uses threads in its example code. I've noticed it printed some lines to stdout, even though --nocapture wasn't set, but not all of them. It appears that text printed from new threads are not correctly captured, I think this is not intended.
running 2 tests
request: 123
test tests::readme ... ok
test tests::single_requester ... ok
The text was updated successfully, but these errors were encountered:
I ran the tests for one of my crates that uses threads in its example code. I've noticed it printed some lines to stdout, even though
--nocapture
wasn't set, but not all of them. It appears that text printed from new threads are not correctly captured, I think this is not intended.The text was updated successfully, but these errors were encountered: