Linker invocation failed with: nul byte found in provided data #72744
Labels
A-linkage
Area: linking into static, shared libraries and binaries
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
O-macos
Operating system: macOS
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
In rollup #72681, the long-linker-command-lines test failed on macOS x86_64-apple with:
Which means that rustc attempted to invoke a linker, but incorrectly provided a string with a null byte to a
Command
througharg
,cwd
,env
.Hypothetical reproduction steps (would be nice to attempt to reproduce on macOS):
The text was updated successfully, but these errors were encountered: