cargo b
failed (link stage) when the binary built(renamed) is running, linker exit code : 1104
#11446
Labels
C-bug
Category: bug
Problem
cargo failed to link binary when the produced binary ( renamed ) is running.
as the screenshots shown below.
Steps
cargo new empty-app
main.rs
withcargo b
empty-app.exe
intarget/debug
directory, rename it tosome-other-name.exe
.\some-other-name.exe
and keep runningHello, world!
to other stringcargo b
againPossible Solution(s)
No response
Notes
cargo b output
Version
The text was updated successfully, but these errors were encountered: