about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-04-11 06:44:47 +0000
committerbors <bors@rust-lang.org>2020-04-11 06:44:47 +0000
commit1f3b65921effc08ea1171bdbbcad70765ecacb22 (patch)
tree795e0df72445b41cd84e073125e6ba9d9124ce4c /src/libstd/sys/unix/stack_overflow.rs
parentf3634503587a1f4e3b34f96452163595f242f911 (diff)
parent22ea3a4476e3b2ecef218524f132b57ea14c64de (diff)
downloadrust-1f3b65921effc08ea1171bdbbcad70765ecacb22.tar.gz
rust-1f3b65921effc08ea1171bdbbcad70765ecacb22.zip
Auto merge of #69573 - pnkfelix:issue-53114-add-tests, r=Centril
tests encoding current behavior for various cases of "binding" to _.

The `_` binding form is special, in that it encodes a "no-op": nothing is actually bound, and thus nothing is moved or borrowed in this scenario. Usually we do the "right" thing in all such cases. The exceptions are explicitly pointed out in this test case, so that we keep track of whether they are eventually fixed.

Cc #53114.

(This does not close the aforementioned issue; it just adds the tests encoding the current behavior, which we hope to eventually fix.)
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions