about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-10-06 16:26:11 +0900
committerGitHub <noreply@github.com>2020-10-06 16:26:11 +0900
commit22c5e0c34760b5d8f8a3c815f01ca2ed20d4ceeb (patch)
tree3f55e30cd3d36b311de56f83a14ab3fabf68ef36 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parenta7b721968a75be2b21c180d87328db02eb823376 (diff)
parentf34f4a732714c397c30055feddb2b520b6acd38e (diff)
downloadrust-22c5e0c34760b5d8f8a3c815f01ca2ed20d4ceeb.tar.gz
rust-22c5e0c34760b5d8f8a3c815f01ca2ed20d4ceeb.zip
Rollup merge of #77560 - rschoon:fix-litkind-rc-bytebuf, r=lcnr
Fix LitKind's byte buffer to use refcounted slice

While working on adding a new lint for clippy (see https://github.com/rust-lang/rust-clippy/pull/6044) for avoiding shared ownership of "mutable buffer" types (such as using `Rc<Vec<T>>` instead of `Rc<[T]>`), I noticed a type exported from rustc_ast and used by clippy gets caught by the lint. This PR fixes the exported type.

This PR includes the actual change to clippy too, but I will open a PR directly against clippy for that part (although it will currently fail to build there).
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions