Functions§
- solve
- MatchIdenticalDiagnosticStatements: pairs up still-unmatched calls/macros that look like they’re
meant for the programmer rather than the end user - logging (
log::error!,logger.warn(...)), error bailouts (bail!,panic!), assertions, debugprintfs - whenever the entire statement is byte-for-byte identical on both sides. Seecrate::diff::nodes::is_diagnostic_statementfor exactly what counts.