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
Code around the location indicated by the crash (exact crashing characters are 'u8'):
use serde::{Deserialize, Serialize};
use serde_repr::{Deserialize_repr, Serialize_repr};
#[derive(Deserialize_repr, Serialize_repr, Debug)]
#[repr(u8)]
pub enum Action {
/// turn off
Off = 0,
/// turn on
On = 1,
///
ShortOff = 2,
///
ShortOn = 3,
///
Toggle = 4,
///
NoChange = 5,
///
Ignored = 6,
}
Bug does not occur on the prior version or on stable 1.85.0.
compiler flags: --crate-type bin -C embed-bitcode=no -C debuginfo=2 -C incremental=[REDACTED]
Summary
Code around the location indicated by the crash (exact crashing characters are 'u8'):
Bug does not occur on the prior version or on stable 1.85.0.
compiler flags:
--crate-type bin -C embed-bitcode=no -C debuginfo=2 -C incremental=[REDACTED]
Version
Error output
Backtrace
The text was updated successfully, but these errors were encountered: