Factor in `used_in_plugin` to target filenames
authorAlex Crichton <alex@alexcrichton.com>
Sat, 5 May 2018 19:59:50 +0000 (12:59 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 5 May 2018 19:59:50 +0000 (12:59 -0700)
commit9df7370733adf60c2cd7068523f7421d6e74ab41
treece207ef33eac621d5e2dc7322cd0888f160ed0dd
parentd19e2958add6732f394eeaebc0d36c926709efc0
Factor in `used_in_plugin` to target filenames

This prevents thrashing the cache of compiled libraries for when they're used in
a plugin or not.
src/cargo/core/compiler/context/compilation_files.rs
src/cargo/core/compiler/context/mod.rs
tests/testsuite/freshness.rs