Closed
Description
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.