Rust uses a linker script with gcc linker flavour, adding a flag like this:
-Wl,--version-script=/run/user/1000/rustcXt0Huw/list
However this file is not preserved even when -Csave-temps is specified, making it impossible to really debug linkage issues outside of rustc.
Rust uses a linker script with gcc linker flavour, adding a flag like this:
However this file is not preserved even when
-Csave-tempsis specified, making it impossible to really debug linkage issues outside of rustc.