mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +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