Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 3f727d4

Browse files
committed
Derive Debug for OpcodeNumber
1 parent 5803fec commit 3f727d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cranelift-codegen/meta/src/cdsl/instructions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use crate::cdsl::type_inference::Constraint;
1515
use crate::cdsl::types::{LaneType, ValueType};
1616
use crate::cdsl::typevar::TypeVar;
1717

18-
#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
18+
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
1919
pub struct OpcodeNumber(u32);
2020
entity_impl!(OpcodeNumber);
2121

0 commit comments

Comments
 (0)