Replace with todo

This commit is contained in:
flameyosflow 2025-12-16 13:05:37 +02:00
commit d79a81672d

View file

@ -599,7 +599,7 @@ impl TypeChecker {
Ok(TypedASTNode {
kind: TypedASTNodeKind::Use(match &node.kind {
ASTNodeKind::Use(p) => p.clone(),
_ => String::new(),
_ => todo!("Implement better error handling"),
}),
span: node.span.clone(),
attributes: node.attributes.clone(),