| 453 | /// appropriately when the label's location is eventually known. |
| 454 | #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)] |
| 455 | pub struct MachLabel(u32); |
| 456 | entity_impl!(MachLabel); |
| 457 | |
| 458 | impl MachLabel { |
no outgoing calls
no test coverage detected