rust/library
bors 9522993b03 Auto merge of #114205 - the8472:vec-iter-nonnull, r=scottmcm
mark vec::IntoIter pointers as `!nonnull`

This applies the same NonNull optimizations to `vec::IntoIter` as  #113344 did for `slice::Iter`

[Godbolt](https://rust.godbolt.org/z/n1cTea718) showing the test IR on current nightly, note the absence of `!nonnull` on the loads.

r? `@scottmcm`
2024-01-07 09:13:32 +00:00
..
2023-11-21 16:33:42 +01:00
2023-12-07 10:33:03 +08:00
2023-08-23 20:05:14 -04:00
2023-10-12 11:11:29 +02:00
2023-12-31 11:18:25 -05:00