From a449ea5ee60c30b13efbd8338e99a8510862747e Mon Sep 17 00:00:00 2001 From: romandev <84428770+romancitodev@users.noreply.github.com> Date: Tue, 28 Apr 2026 16:32:55 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20=E2=9C=8F=EF=B8=8F=20forgot=20to=20chang?= =?UTF-8?q?e=20the=20stable=20version=20for=20`assert=5Fmatches!`=20macro.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index 79694c46f2dc..3451b2976bb7 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -209,7 +209,7 @@ #[macro_use] mod macros; -#[stable(feature = "assert_matches", since = "1.95.0")] +#[stable(feature = "assert_matches", since = "1.96.0")] pub use crate::macros::{assert_matches, debug_assert_matches}; #[unstable(feature = "derive_from", issue = "144889")]