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
transpile: const macros: skip fn ptr types, as they don't work with portable types
The workaround for non-portable types for const macros
is to insert a use-site cast to the portable type,
but this works differently for fn ptrs,
so while #1321 is fixed, just skip fn ptr const macros.
This should get #1384 to pass CI by working around this issue there,
and it should also workaround #1366,
although #1366 in `libxml2` appears to have been fixed/worked around
from some other change, as #1385 now passes CI.
0 commit comments