Creates a string representing this label, for convenience.
(&self)
| 464 | |
| 465 | /// Creates a string representing this label, for convenience. |
| 466 | pub fn to_string(&self) -> String { |
| 467 | format!("label{}", self.0) |
| 468 | } |
| 469 | } |
| 470 | |
| 471 | impl Default for MachLabel { |
no outgoing calls