mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
128c5dec92
improve advice in iter_nth_zero fixes #5783 *Please keep the line below* changelog: For iter_nth_zero, the "use .next()" replacement advice is on the last line of the code snippet, where it is vulnerable to truncation. Display that advice at the beginning instead.