mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
the test
This commit is contained in:
parent
82a4b31c08
commit
f35a20bc16
2 changed files with 2 additions and 3 deletions
|
@ -4733,6 +4733,7 @@ pub fn from_can<'a>(
|
|||
CapturedSymbols::None
|
||||
}
|
||||
Err(_) => {
|
||||
// just allow this. see https://github.com/rtfeldman/roc/issues/1585
|
||||
if captured_symbols.is_empty() {
|
||||
CapturedSymbols::None
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue