8a72584f97
Change error reporting of conflicting loans to stop earlier after printing an error for a given borrow, instead of proceeding to error on possibly every issued loan. This keeps us down to O(n) errors (for n problem lines), instead of O(n^2) errors in some cases. Fixes #27485. |
||
---|---|---|
.. | ||
borrowck | ||
diagnostics.rs | ||
graphviz.rs | ||
lib.rs |