mirror of
https://github.com/Dummi26/mers.git
synced 2026-03-04 08:36:33 +01:00
improved error messages
- some small bugs are now fixed - include comments in error messages (if this causes issues, use --hide-comments) - colors should make more sense now - error-related things moved to mers_lib/src/errors/
This commit is contained in:
@@ -4,7 +4,10 @@ use std::{
|
||||
sync::{Arc, Mutex},
|
||||
};
|
||||
|
||||
use crate::program::run::{CheckError, CheckInfo, Info};
|
||||
use crate::{
|
||||
errors::CheckError,
|
||||
program::run::{CheckInfo, Info},
|
||||
};
|
||||
|
||||
use super::{Data, MersData, MersType, Type};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user