Closed
Description
https://github.com/rust-lang/rust/blob/master/src/libsync/raw.rs#L153
if state.count <= 0 {
should be
if state.count >= 0 {
@alexcrichton, please confirm
it looks like i introduced this by accident in 604e4ad? No idea what i was thinking.
edit: changed title; see below
Metadata
Metadata
Assignees
Labels
No labels