peepmatic: Make the results of match operations a smaller and more cache friendly
This commit is contained in:
@@ -12,6 +12,8 @@ use std::fmt;
|
||||
#[repr(u32)]
|
||||
pub enum ConditionCode {
|
||||
/// Equal.
|
||||
// NB: We convert `ConditionCode` into `NonZeroU32`s with unchecked
|
||||
// conversions; memory safety relies on no variant being zero.
|
||||
Eq = 1,
|
||||
|
||||
/// Not equal.
|
||||
|
||||
Reference in New Issue
Block a user