]> git.proxmox.com Git - rustc.git/blobdiff - tests/run-make/many-crates-but-no-match/crateA1.rs
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / run-make / many-crates-but-no-match / crateA1.rs
diff --git a/tests/run-make/many-crates-but-no-match/crateA1.rs b/tests/run-make/many-crates-but-no-match/crateA1.rs
new file mode 100644 (file)
index 0000000..3fed5a3
--- /dev/null
@@ -0,0 +1,4 @@
+#![crate_name="crateA"]
+
+// Base crate
+pub fn func<T>() {}