(&self, f: &mut fmt::Formatter<'_>)
| 1060 | |
| 1061 | impl fmt::Display for MirScalarExpr { |
| 1062 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 1063 | self.format(f, None) |
| 1064 | } |
| 1065 | } |
| 1066 | |
| 1067 | /// A helper struct for wrapping expressions whose text output is modulated by |
no test coverage detected