Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #139773 - thaliaarchi:vec-into-iter-last, r=workingjubilee
Implement `Iterator::last` for `vec::IntoIter`
Avoid iterating everything when we have random access to the last element.