Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information