This commit is contained in:
Folkert 2022-07-05 00:51:10 +02:00
parent 62e93dd921
commit f86f2e2bdd
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -301,8 +301,7 @@ impl<'a> LowLevelCall<'a> {
ListIsUnique => self.load_args_and_call_zig(backend, bitcode::LIST_IS_UNIQUE),
ListMap | ListMap2 | ListMap3 | ListMap4 | ListSortWith
| DictWalk => {
ListMap | ListMap2 | ListMap3 | ListMap4 | ListSortWith | DictWalk => {
internal_error!("HigherOrder lowlevels should not be handled here")
}