diff options
Diffstat (limited to 'tests/run-make-fulldeps/many-crates-but-no-match/crateA3.rs')
-rw-r--r-- | tests/run-make-fulldeps/many-crates-but-no-match/crateA3.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/many-crates-but-no-match/crateA3.rs b/tests/run-make-fulldeps/many-crates-but-no-match/crateA3.rs new file mode 100644 index 000000000..a1e8e40a3 --- /dev/null +++ b/tests/run-make-fulldeps/many-crates-but-no-match/crateA3.rs @@ -0,0 +1,4 @@ +#![crate_name="crateA"] + +// Base crate +pub fn foo<T>() { println!("world!"); } |