summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/out
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/out')
-rw-r--r--src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/out/case.rs1
-rw-r--r--src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/out/main.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/out/case.rs b/src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/out/case.rs
new file mode 100644
index 000000000..b31221118
--- /dev/null
+++ b/src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/out/case.rs
@@ -0,0 +1 @@
+fn main() { println!("foo.rs"); }
diff --git a/src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/out/main.rs b/src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/out/main.rs
new file mode 100644
index 000000000..7937627b9
--- /dev/null
+++ b/src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/out/main.rs
@@ -0,0 +1 @@
+fn main() { println!("main.rs"); }