mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Try moving to &Expr
This commit is contained in:
parent
064665c3b5
commit
f832827a66
2 changed files with 56 additions and 35 deletions
|
@ -82,6 +82,7 @@ pub enum Problem {
|
|||
TypeMismatch(String),
|
||||
ReassignedVarName(String),
|
||||
WrongArity(u32 /* Expected */, u32 /* Provided */),
|
||||
NoBranchesMatched,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue