[compiletest] Add compiler-bundled NatVis files to test input stamp.

This commit is contained in:
Michael Woerister 2022-07-08 11:46:39 +02:00
parent 8ef0301833
commit dfb2c89e5e

View File

@ -545,6 +545,8 @@ fn common_inputs_stamp(config: &Config) -> Stamp {
stamp.add_path(&path);
}
stamp.add_dir(&rust_src_dir.join("src/etc/natvis"));
stamp.add_dir(&config.run_lib_path);
if let Some(ref rustdoc_path) = config.rustdoc_path {