Emit an error.
(&mut self, message: T)
| 140 | #[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)] |
| 141 | pub(crate) enum Associativity { |
| 142 | Left, |
| 143 | Right, |
| 144 | } |
| 145 | |
| 146 | #[derive(Clone)] |
| 147 | struct OpDesc { |
| 148 | pub assoc: Associativity, |
no test coverage detected