Move conflict error reporting to its own module

This commit is contained in:
Matthew Jasper 2019-05-04 08:40:07 +01:00
parent ebd6c7164e
commit df5d072172
3 changed files with 2002 additions and 1988 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -54,6 +54,7 @@ crate mod borrow_set;
mod error_reporting;
mod flows;
mod location;
mod conflict_errors;
mod move_errors;
mod mutability_errors;
mod path_utils;