diff --git a/compiler/gen_dev/src/lib.rs b/compiler/gen_dev/src/lib.rs index a92917fc56..0989a47088 100644 --- a/compiler/gen_dev/src/lib.rs +++ b/compiler/gen_dev/src/lib.rs @@ -558,6 +558,13 @@ trait Backend<'a> { ); self.build_list_len(sym, &args[0]) } + LowLevel::ListSet => self.build_fn_call( + sym, + bitcode::LIST_SET.to_string(), + args, + arg_layouts, + ret_layout, + ), LowLevel::StrConcat => self.build_fn_call( sym, bitcode::STR_CONCAT.to_string(),