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")]