jyn514 opened Issue #1597:
ObjectProduct::emit
returns the typeobject::write::Error
. However, sinceobject
is not re-exported bycranelift_object
, there is no way to name this type without adding a new dependency on object, which must keep the version explicitly in sync with that used by cranelift_object. It would be better to exposeobject
directly.cc @philipc
sunfishcode closed Issue #1597:
ObjectProduct::emit
returns the typeobject::write::Error
. However, sinceobject
is not re-exported bycranelift_object
, there is no way to name this type without adding a new dependency on object, which must keep the version explicitly in sync with that used by cranelift_object. It would be better to exposeobject
directly.cc @philipc
Last updated: Nov 22 2024 at 16:03 UTC