about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2022-07-08 11:46:39 +0200
committerMichael Woerister <michaelwoerister@posteo>2022-08-12 10:53:07 +0200
commitdfb2c89e5e409f7979131dd73ea7ec3518f2b5d9 (patch)
treefb249072830ace8866d48f2ede4bc50d9e9a0bd5
parent8ef030183334bdcd7f4316c2efdc59a9e916546d (diff)
downloadrust-dfb2c89e5e409f7979131dd73ea7ec3518f2b5d9.tar.gz
rust-dfb2c89e5e409f7979131dd73ea7ec3518f2b5d9.zip
[compiletest] Add compiler-bundled NatVis files to test input stamp.
-rw-r--r--src/tools/compiletest/src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs
index ac6d80bb439..0e2cc52a645 100644
--- a/src/tools/compiletest/src/main.rs
+++ b/src/tools/compiletest/src/main.rs
@@ -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 {