(&mut self, location: SourceLocation)
| 380 | } |
| 381 | |
| 382 | pub fn expand_until(&mut self, location: SourceLocation) { |
| 383 | self.column_end = location.column_end; |
| 384 | self.line_end = location.line_end; |
| 385 | } |
| 386 | } |
| 387 | |
| 388 | impl Display for SourceLocation { |
no outgoing calls
no test coverage detected