Replace with todo
This commit is contained in:
parent
2d4bbaa174
commit
d79a81672d
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue