I asked question here.
This is a reproduction code for above question.
You can reproduce my problem in below steps.
- run
cargo build
in root workspace directory. - run
cargo build
inbinary_deps
directory. - compare ELF type between
target/debug/binary_deps
andtarget/debug/deps/artifact/binary-deps-<id>/bin/binary_deps-<id>