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.
The text was updated successfully, but these errors were encountered:
Actually nevermind, that's really weird. I made a fresh github codespace and installed rustup (and nightly) and the build didn't work at all? I've made a tiny change so the commit workflow runs and if that fails then I have no bloody idea why it's suddenly broken!
System
Arch Linux
rustup nightly
Build environment
Using the AUR script, trying to update to 1.4.3 🐱
The error 😟
This happens on 1.4.1 through 1.4.3, so maybe perhaps rust nightly changed something.
The text was updated successfully, but these errors were encountered: