diff options
Diffstat (limited to 'tests/run-make-fulldeps/error-found-staticlib-instead-crate/foo.rs')
-rw-r--r-- | tests/run-make-fulldeps/error-found-staticlib-instead-crate/foo.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/error-found-staticlib-instead-crate/foo.rs b/tests/run-make-fulldeps/error-found-staticlib-instead-crate/foo.rs new file mode 100644 index 000000000..b76b4321d --- /dev/null +++ b/tests/run-make-fulldeps/error-found-staticlib-instead-crate/foo.rs @@ -0,0 +1 @@ +pub fn foo() {} |