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
Hello, i am trying to build rustc with patched libc. Patching via git works great until i try to patch libc using path, it prints this weird error message:
I could fix it with different methods, but then it would complain about, for example, freebsd11 inside of cfg attribute, which would be a error instead of warning propagated to error, i believe.
And cargo check in this directory doesn't emit any warnings.