You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead --> src/main.rs:44:24 |44 | use std::panic::{self, PanicInfo, UnwindSafe}; | ^^^^^^^^^ | = note: `#[warn(deprecated)]` on by defaultwarning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead --> src/main.rs:600:30 |600 | type PanicHook = dyn Fn(&PanicInfo) + Sync + Send + 'static; | ^^^^^^^^^
PanicHookInfo is only available in Rust 1.82+.
The text was updated successfully, but these errors were encountered:
PanicHookInfo
is only available in Rust 1.82+.The text was updated successfully, but these errors were encountered: