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
error[E0599]: no method named `message` found for reference `&PanicHookInfo<'_>` in the current scope
--> src/main.rs:60:31
|
60 | if let Some(m) = info.message() {
| ^^^^^^^ method not found in `&PanicHookInfo<'_>`
This happens on 1.4.1 through 1.4.3, so maybe perhaps rust nightly changed something.