mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-02 19:32:17 +00:00
most tests passing
This commit is contained in:
parent
ed2b9e9703
commit
5bb44fcce5
8 changed files with 141 additions and 189 deletions
|
@ -5987,7 +5987,7 @@ fn build_pending_specializations<'a>(
|
|||
}
|
||||
Pattern::RecordDestructure { .. } => {
|
||||
// this seems to work for now, we added to enable suffixed expressions
|
||||
// the issue is likely that we can have a `main = say! "hi"` which is
|
||||
// the issue is likely that we can have a `main = say! "hi"` which is
|
||||
symbol
|
||||
}
|
||||
_ => todo!("top-level destrucuture patterns are not implemented"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue