External Publication
Visit Post

Rust 1.96.0 pre-release testing

Rust Internals [Unofficial] May 26, 2026
Source

I thought I found a quirk in this release to do with the scoping of assert_matches! and debug_assert_matches!, but it turned out that it is merely that both macros are not in the prelude, and

#![no_std]
#[macro_use]
extern crate std;

brings them into scope but a normal std-using crate doesn’t.

Discussion in the ATmosphere

Loading comments...