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
Derive Debug and eq. comparison traits for InvalidRustTarget enum
These traits are useful to get expressions like `RustTarget::stable(82,
0).unwrap()` to build, as `unwrap()` requires such a `Result` to
implement `Debug`. The equality comparison traits may also be useful in
cases where pattern matching the enum variants through e.g. `matches!`
or match expressions is deemed less stylish.
0 commit comments