(&self, hasher: &mut H)
| 876 | |
| 877 | impl Hash for JumpTargetMarker { |
| 878 | fn hash<H: Hasher>(&self, hasher: &mut H) { |
| 879 | hasher.write_u32(*self.0); |
| 880 | } |
| 881 | } |
| 882 | impl std::fmt::Debug for JumpTargetMarker { |
| 883 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::result::Result<(), std::fmt::Error> { |