diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-07-21 08:55:06 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-07-28 14:46:29 -0400 |
| commit | e8644f85b8b44285e3d74dfa64362e58072e4683 (patch) | |
| tree | 0a96226a19e93638359f4a6f0c78fc1af4b89b34 /library/core/src/panic.rs | |
| parent | 78c857394ec8c01f06cb1df260c51178180a40e5 (diff) | |
| download | rust-e8644f85b8b44285e3d74dfa64362e58072e4683.tar.gz rust-e8644f85b8b44285e3d74dfa64362e58072e4683.zip | |
Update CURRENT_RUSTC_VERSION
Diffstat (limited to 'library/core/src/panic.rs')
| -rw-r--r-- | library/core/src/panic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/panic.rs b/library/core/src/panic.rs index 37c338dd9b7..45c2d9c66b9 100644 --- a/library/core/src/panic.rs +++ b/library/core/src/panic.rs @@ -12,7 +12,7 @@ use crate::any::Any; pub use self::location::Location; #[stable(feature = "panic_hooks", since = "1.10.0")] pub use self::panic_info::PanicInfo; -#[stable(feature = "panic_info_message", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "panic_info_message", since = "1.81.0")] pub use self::panic_info::PanicMessage; #[stable(feature = "catch_unwind", since = "1.9.0")] pub use self::unwind_safe::{AssertUnwindSafe, RefUnwindSafe, UnwindSafe}; |
