diff options
| author | bors <bors@rust-lang.org> | 2021-06-17 15:12:56 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-06-17 15:12:56 +0000 |
| commit | 4d3ce2e7dac840d6ac7d658a5506eb31492fb3ef (patch) | |
| tree | 17de2651847a85eaf15d0ced7e0788782c49df3e /library/core/src/array | |
| parent | 0ef2b4a29bf70e8984d0d2febb7a546856c554a0 (diff) | |
| parent | 65d412b63717617326e65e602284b7ead2b0f899 (diff) | |
| download | rust-4d3ce2e7dac840d6ac7d658a5506eb31492fb3ef.tar.gz rust-4d3ce2e7dac840d6ac7d658a5506eb31492fb3ef.zip | |
Auto merge of #86399 - JohnTitor:rollup-qlm2dvz, r=JohnTitor
Rollup of 7 pull requests Successful merges: - #85663 (Document Arc::from) - #85802 (Rename IoSlice(Mut)::advance to advance_slice and add IoSlice(Mut)::advance) - #85970 (Remove methods under Implementors on trait pages) - #86340 (Use better error message for hard errors in CTFE) - #86343 (Do not emit invalid suggestions on multiple mutable borrow errors) - #86355 (Remove invalid suggestions for assoc consts on placeholder type error) - #86389 (Make `sum()` and `product()` documentation hyperlinks refer to `Iterator` methods.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'library/core/src/array')
| -rw-r--r-- | library/core/src/array/iter.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/array/iter.rs b/library/core/src/array/iter.rs index aedbeab6610..931ea77eca4 100644 --- a/library/core/src/array/iter.rs +++ b/library/core/src/array/iter.rs @@ -132,6 +132,7 @@ impl<T, const N: usize> Iterator for IntoIter<T, N> { } #[inline] + #[doc(hidden)] unsafe fn __iterator_get_unchecked(&mut self, idx: usize) -> Self::Item where Self: TrustedRandomAccess, |
