wip: i dont rembemer

This commit is contained in:
2026-07-11 18:07:07 +02:00
parent 4e2645e12d
commit 6bf255668a
8 changed files with 253 additions and 29 deletions
+1 -5
View File
@@ -106,11 +106,7 @@ impl LoxError {
LoxError::ParseError { source_slice, .. } => Some(source_slice.clone()),
LoxError::IoError { .. } => None,
LoxError::TypeMismatch { source_slice, .. } => Some(source_slice.clone()),
LoxError::Return {
value,
return_label,
..
} => None,
LoxError::Return { .. } => None,
}
}