(&self, val: bool)
| 141 | self.constant_int(t, u as u64) |
| 142 | } |
| 143 | fn const_bool(&self, val: bool) -> Self::Value { |
| 144 | self.constant_bool(DUMMY_SP, val) |
| 145 | } |
| 146 | fn const_i16(&self, i: i16) -> Self::Value { |
| 147 | self.constant_i16(DUMMY_SP, i) |
| 148 | } |
nothing calls this directly
no test coverage detected