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
This started to happen recently, but I'm not sure where exactly the problem is. Attempting to build the library for *-macabi targets is failing with clang error.
Some. It only happens for cdylib target types, works fine for rlib and staticlib.
It is related to the clang issue I linked above, but based on the comments it seems the fix should have made it in the nightly cc-rs, but maybe it hasn't.
This started to happen recently, but I'm not sure where exactly the problem is. Attempting to build the library for
*-macabi
targets is failing with clang error.It seems related to this issue. I tried building a simple rust library for these targets to make sure the tooling works, and it seemed to work.
The text was updated successfully, but these errors were encountered: