about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/debug.rs
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-06-09 19:19:54 +0900
committerGitHub <noreply@github.com>2022-06-09 19:19:54 +0900
commitf14ccdbf6af63a0ee876821f11bd0d982e97818d (patch)
tree8f150d0aa1c7c3d96db9f1749f9bfb62aee120fe /compiler/rustc_mir_transform/src/coverage/debug.rs
parent6dc598a01b8f7619826b7152be5162e6d37a1754 (diff)
parent8b7a3f4d53f9e96a49d77ed42d22baf4d7743b94 (diff)
downloadrust-f14ccdbf6af63a0ee876821f11bd0d982e97818d.tar.gz
rust-f14ccdbf6af63a0ee876821f11bd0d982e97818d.zip
Rollup merge of #95632 - evanrichter:master, r=joshtriplett
impl Read and Write for VecDeque<u8>

Implementing `Read` and `Write` for `VecDeque<u8>` fills in the VecDeque api surface where `Vec<u8>` and `Cursor<Vec<u8>>` already impl Read and Write. Not only for completeness, but VecDeque in particular is a very handy mock interface for a TCP echo service, if only it supported Read/Write.

Since this PR is just an impl trait, I don't think there is a way to limit it behind a feature flag, so it's "insta-stable". Please correct me if I'm wrong here, not trying to rush stability.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/debug.rs')
0 files changed, 0 insertions, 0 deletions