| 55 | |
| 56 | #[derive(Debug)] |
| 57 | pub struct Hint { |
| 58 | key: HintKey, |
| 59 | pub reg: PhysReg, |
| 60 | pub weight: f32, |
| 61 | } |
| 62 | |
| 63 | impl fmt::Display for Hint { |
| 64 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
nothing calls this directly
no outgoing calls
no test coverage detected