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
These tests can reliably cause the stdtest process to never exit (all uv threads
are stuck in their event loops). Ignoring these for now
cc rust-lang#10096
fix: not suggest seek_to_start_instead_of_rewind when expr is used
changelog: [`seek_to_start_instead_of_rewind`]: No longer lints, if the return of `seek` is used.
[rust-lang#10096](rust-lang/rust-clippy#10096)
<!-- changelog_checked -->
Fixesrust-lang#10065
If these tests are run in isolation repeatedly, they will frequently cause the
stdtest
executable to never exit.This is causing deadlocks on the bots and I'm ignoring these for now.
The text was updated successfully, but these errors were encountered: