You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recommended style for projects using hax is to make the dependence on hax-lib optional by guarding all uses of hax attributes with cfg_attr(hax, ...). However, this does not work with the hax_lib::attributes macro that we put on trait and impl. We should try to find a solution that works in this case as well.
The text was updated successfully, but these errors were encountered:
feat(hax-lib): intro. hax feature #983
This PR adds a hax feature that makes the hax-lib dummy, thus enabling shipping hax-lib as a dependency in projects.
The recommended style for projects using
hax
is to make the dependence onhax-lib
optional by guarding all uses of hax attributes withcfg_attr(hax, ...)
. However, this does not work with thehax_lib::attributes
macro that we put ontrait
andimpl
. We should try to find a solution that works in this case as well.The text was updated successfully, but these errors were encountered: