rules_rust
rules_rust copied to clipboard
Fix source file location mapping
After building the rust crates, if we build any other target, it'll erase the sources from the execroot, but they're still around in the output base, so we should probably be using that here.