about summary refs log tree commit diff
path: root/src/test/run-make/emit-path-unhashed/foo.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1/+0
2021-06-21In --emit KIND=PATH options, only hash KINDJeremy Fitzhardinge-0/+1
The PATH has no material effect on the emitted artifact, and setting the patch via `-o` or `--out-dir` does not affect the hash. Closes https://github.com/rust-lang/rust/issues/86044