mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Not everything is equal, but this is I suppose
This commit is contained in:
parent
f3a03ef6eb
commit
7668d7d592
1 changed files with 1 additions and 1 deletions
|
@ -1660,7 +1660,7 @@ pub enum Stmt<'a> {
|
|||
Crash(Symbol, CrashTag),
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||
pub enum CrashTag {
|
||||
User,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue