-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step::replace_zero actually replaces it with one #41492
Comments
scottmcm
added a commit
to scottmcm/rust
that referenced
this issue
Apr 24, 2017
Turns out all six of these impls are incorrect.
PR #41493 |
8 tasks
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 25, 2017
Step::replace_one should put a one, not a zero (Issue rust-lang#41492) Turns out all six of the replace_* impls were backwards.
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 25, 2017
Step::replace_one should put a one, not a zero (Issue rust-lang#41492) Turns out all six of the replace_* impls were backwards.
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Apr 26, 2017
Step::replace_one should put a one, not a zero (Issue rust-lang#41492) Turns out all six of the replace_* impls were backwards.
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Apr 26, 2017
Step::replace_one should put a one, not a zero (Issue rust-lang#41492) Turns out all six of the replace_* impls were backwards.
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 26, 2017
Step::replace_one should put a one, not a zero (Issue rust-lang#41492) Turns out all six of the replace_* impls were backwards.
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 26, 2017
Step::replace_one should put a one, not a zero (Issue rust-lang#41492) Turns out all six of the replace_* impls were backwards.
Passes on nightly (94e884b 2017-04-27) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro (nightly 2017-04-22):
Actual:
The text was updated successfully, but these errors were encountered: