Skip to content

Rename Option swap_unwrap to take_unwrap. - #7831

Merged
bors merged 1 commit into
rust-lang:masterfrom
ozten:issues-7764-swap_unwarp-take-unwrap
Jul 17, 2013
Merged

Rename Option swap_unwrap to take_unwrap. #7831
bors merged 1 commit into
rust-lang:masterfrom
ozten:issues-7764-swap_unwarp-take-unwrap

Conversation

@ozten

Copy link
Copy Markdown
Contributor

Fixes Issue #7764

Running make check I do get a failure:

test rt::io::extensions::test::push_bytes ... ok
rustest rt::comm::test::oneshot_single_thread_send_port_close ... t: task failed at 'Unhandled condition:
read_error: {kind: OtherIoError, desc: "Placeholder error. You shouldn\'t be seeing this", detail: None}',
/Users/shout/Projects/rust/src/libstd/condition.rs:50
/bin/sh: line 1: 35056 Abort trap: 6 x86_64-apple-darwin/stage2/test/stdtest-x86_64-apple-darwin --logfile
tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-std.log
make: *** [tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-std.ok] Error 134

bors added a commit that referenced this pull request Jul 17, 2013
… r=pcwalton
Fixes Issue #7764
Running `make check` I do get a failure:
test rt::io::extensions::test::push_bytes ... ok
rustest rt::comm::test::oneshot_single_thread_send_port_close ... t: task failed at 'Unhandled condition:
read_error: {kind: OtherIoError, desc: "Placeholder error. You shouldn\'t be seeing this", detail: None}',
/Users/shout/Projects/rust/src/libstd/condition.rs:50
/bin/sh: line 1: 35056 Abort trap: 6 x86_64-apple-darwin/stage2/test/stdtest-x86_64-apple-darwin --logfile
tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-std.log
make: *** [tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-std.ok] Error 134
@borsbors closed this Jul 17, 2013
@bors
bors merged commit 712ac83 into rust-lang:masterJul 17, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 21, 2021
flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 21, 2021
…positive-else, r=giraffate
Fix false positive of `implicit_saturating_sub` with `else` clause
Fixesrust-lang#7831
changelog: Fix false positive of [`implicit_saturating_sub`] with `else` clause
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
7861: Special-case parenthesized and negated expressions in demorgan assist r=lnicola a=Jesse-Bakker
Fixesrust-lang#7831 Co-authored-by: Jesse Bakker <github@jessebakker.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ozten@pcwalton@bors