Skip refcounting on unimplemented layouts

This commit is contained in:
Brian Carroll 2021-12-11 11:37:55 +00:00
parent f54f96281f
commit c53b3c3686
3 changed files with 43 additions and 18 deletions

View file

@ -523,7 +523,7 @@ impl<'a> WasmBackend<'a> {
}));
}
self.build_stmt(&rc_stmt, ret_layout);
self.build_stmt(rc_stmt, ret_layout);
}
x => todo!("statement {:?}", x),