mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-12 23:50:20 +03:00
Derive Eq for PtrWidth
This commit is contained in:
parent
f6b1d3b592
commit
c685acd3cd
@ -51,7 +51,7 @@ impl From<&target_lexicon::Triple> for TargetInfo {
|
||||
}
|
||||
|
||||
#[repr(u8)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum PtrWidth {
|
||||
Bytes4 = 4,
|
||||
Bytes8 = 8,
|
||||
|
Loading…
Reference in New Issue
Block a user