08:24:24
2026-03-06 05:55:36 Posting Rust Language rust@social.rust-lang.org

Rust 1.94.0 has been released! 🌈 🦀 ✨

A few highlights are array_windows() and element_offset() on slices, Peekable::next_if_map(), LazyCell::get and friends, and the new `include` key in config.toml to include other toml files!

Check out the blog post for details: blog.rust-lang.org/2026/03/05/

Announcing Rust 1.94.0 | Rust Blog
08:25:32

`array_windows`安定化したのか。`N == 0`の場合は実行時に`panic!`する形で決着したのね。

github.com/rust-lang/rust/issu

Tracking Issue for slice::array_windows · Issue #75027 · rust-lang/rust