fix todo!()s in with_iters

This commit is contained in:
Mark
2023-10-27 17:09:48 +02:00
parent 36e0f69d0c
commit cb52c961a2
4 changed files with 137 additions and 20 deletions

View File

@@ -74,9 +74,9 @@ impl From<(SourcePos, SourcePos)> for SourceRange {
}
}
}
#[derive(Clone)]
#[derive(Clone, Debug)]
pub struct CheckError(Vec<CheckErrorComponent>);
#[derive(Clone)]
#[derive(Clone, Debug)]
enum CheckErrorComponent {
Message(String),
Error(CheckError),