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
..
alloc mark vec::IntoIter pointers as !nonnull 2024-01-07 03:44:04 +01:00
backtrace@6145fe6bac
core Rollup merge of #119657 - cls:slice_split_once-typo, r=ChrisDenton 2024-01-06 21:51:46 -05:00
panic_abort
panic_unwind
portable-simd
proc_macro
profiler_builtins
rtstartup library: Fix warnings in rtstartup 2024-01-06 01:32:03 +03:00
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472 2024-01-06 16:07:46 +01:00
stdarch@f4528dd6e8
sysroot
test Remove libtest's dylib 2023-12-31 11:18:25 -05:00
unwind