diff options
Diffstat (limited to 'tests/run-make-fulldeps/save-analysis-rfc2126/krate2.rs')
-rw-r--r-- | tests/run-make-fulldeps/save-analysis-rfc2126/krate2.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/save-analysis-rfc2126/krate2.rs b/tests/run-make-fulldeps/save-analysis-rfc2126/krate2.rs new file mode 100644 index 000000000..d24c68862 --- /dev/null +++ b/tests/run-make-fulldeps/save-analysis-rfc2126/krate2.rs @@ -0,0 +1,5 @@ +#![crate_name = "krate2"] +#![crate_type = "lib"] + +pub fn hello() { +} |