rust/library/alloc
Yuki Okushi b1fb32d165
Rollup merge of #86140 - scottmcm:array-hash-facepalm, r=kennytm
Mention the `Borrow` guarantee on the `Hash` implementations for Arrays and `Vec`

To remind people like me who forget about it and send PRs to make them different, and to (probably) get a test failure if the code is changed to no longer uphold it.
2021-06-17 05:54:54 +09:00
..
benches Update expressions where we can use array's IntoIterator implementation 2021-06-02 16:09:04 +06:00
src Rollup merge of #86140 - scottmcm:array-hash-facepalm, r=kennytm 2021-06-17 05:54:54 +09:00
tests Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se 2021-06-06 19:11:19 +09:00
Cargo.toml Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00