rust/src/librustc_borrowck
bors 8a72584f97 Auto merge of #28833 - jryans:borrowck-linear-errors, r=pnkfelix
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.
2015-10-27 21:04:59 +00:00
..
borrowck Auto merge of #28833 - jryans:borrowck-linear-errors, r=pnkfelix 2015-10-27 21:04:59 +00:00
diagnostics.rs Add librustc_trans error codes 2015-09-19 17:04:27 +02:00
graphviz.rs
lib.rs