diff options
Diffstat (limited to 'tests/incremental/remove_source_file/auxiliary')
-rw-r--r-- | tests/incremental/remove_source_file/auxiliary/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/incremental/remove_source_file/auxiliary/mod.rs b/tests/incremental/remove_source_file/auxiliary/mod.rs new file mode 100644 index 000000000..96a366d96 --- /dev/null +++ b/tests/incremental/remove_source_file/auxiliary/mod.rs @@ -0,0 +1,3 @@ +pub fn print_hello() { + println!("hello"); +} |