Update CURRENT_RUSTC_VERSION

This commit is contained in:
Mark Rousskov
2024-07-21 08:55:06 -04:00
parent 78c857394e
commit e8644f85b8
15 changed files with 32 additions and 32 deletions

View File

@@ -39,7 +39,7 @@ pub type PanicInfo<'a> = PanicHookInfo<'a>;
/// ```
///
/// [`set_hook`]: ../../std/panic/fn.set_hook.html
#[stable(feature = "panic_hook_info", since = "CURRENT_RUSTC_VERSION")]
#[stable(feature = "panic_hook_info", since = "1.81.0")]
#[derive(Debug)]
pub struct PanicHookInfo<'a> {
payload: &'a (dyn Any + Send),