rust/library/core
Alessio d68c980c22
library: Document panic condition for Iterator::last
Added a `# Panics` section to `Iterator::last` to match `Iterator::count`, after the change made in Rust 1.92.0 where now `std::iter::Repeat` panics in these methods instead of doing an infinite `loop`.

Cites https://github.com/rust-lang/rust/issues/149707
2026-01-02 03:53:02 +01:00
..
src library: Document panic condition for Iterator::last 2026-01-02 03:53:02 +01:00
Cargo.toml add autodiff examples 2025-11-16 23:35:37 -05:00