[compiletest] Add compiler-bundled NatVis files to test input stamp.
This commit is contained in:
parent
8ef0301833
commit
dfb2c89e5e
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue