]> git.lizzy.rs Git - rust.git/commit
Use `#[track_caller]` to make panic in `Iterator::array_chunks` nicer
authorMaybe Waffle <waffle.lapkin@gmail.com>
Mon, 1 Aug 2022 14:34:30 +0000 (18:34 +0400)
committerMaybe Waffle <waffle.lapkin@gmail.com>
Mon, 1 Aug 2022 15:16:36 +0000 (19:16 +0400)
commit3102b39daad9a9d3975ceb32d9cf62e76ececd24
treec3e9503ee4351d9c220ef3ea27789a535b82dd6b
parent4db628a801d9efae4fe36d54b9e7deee61f341fb
Use `#[track_caller]` to make panic in `Iterator::array_chunks` nicer
library/core/src/iter/adapters/array_chunks.rs
library/core/src/iter/traits/iterator.rs