mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
fix oversight
This commit is contained in:
parent
3a9999f723
commit
2afc804a9b
1 changed files with 3 additions and 1 deletions
|
@ -5359,7 +5359,9 @@ fn store_record_destruct<'a>(
|
|||
| FloatLiteral(_)
|
||||
| EnumLiteral { .. }
|
||||
| BitLiteral { .. }
|
||||
| StrLiteral(_) => {}
|
||||
| StrLiteral(_) => {
|
||||
return StorePattern::NotProductive(stmt);
|
||||
}
|
||||
|
||||
_ => {
|
||||
let symbol = env.unique_symbol();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue