mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
06fa54768c
`slice::join`: borrow only once during length calc This ensures the length calculation will always be self-consistent even if the real length changes when we actually come to use them. This is a follow up to rust-lang/rust#155708