]> git.proxmox.com Git - cargo.git/commit - tests/testsuite/init/simple_hg_ignore_exists/out/src/lib.rs
move all `snapshot/init/` tests to `testsuite/init/`
authorScott Schafer <schaferjscott@gmail.com>
Sat, 7 May 2022 01:51:49 +0000 (20:51 -0500)
committerScott Schafer <schaferjscott@gmail.com>
Sat, 7 May 2022 01:51:49 +0000 (20:51 -0500)
commit639f3bdea5cb9798b1aae82a4ac84999c7cded37
tree840a5680eeaa371ec92958aed00a172bbac612f0
parent92fbc4e34482c2ecae8fcd513a590e8e6638ce5f
move all `snapshot/init/` tests to `testsuite/init/`
422 files changed:
tests/snapshots/init/auto_git/in [deleted symlink]
tests/snapshots/init/auto_git/out/.gitignore [deleted file]
tests/snapshots/init/auto_git/out/Cargo.toml [deleted file]
tests/snapshots/init/auto_git/out/src/lib.rs [deleted file]
tests/snapshots/init/auto_git/stderr.log [deleted file]
tests/snapshots/init/auto_git/stdout.log [deleted file]
tests/snapshots/init/bin_already_exists_explicit/in/src/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_explicit/out/Cargo.toml [deleted file]
tests/snapshots/init/bin_already_exists_explicit/out/src/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_explicit/stderr.log [deleted file]
tests/snapshots/init/bin_already_exists_explicit/stdout.log [deleted file]
tests/snapshots/init/bin_already_exists_explicit_nosrc/in/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_explicit_nosrc/out/Cargo.toml [deleted file]
tests/snapshots/init/bin_already_exists_explicit_nosrc/out/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_explicit_nosrc/stderr.log [deleted file]
tests/snapshots/init/bin_already_exists_explicit_nosrc/stdout.log [deleted file]
tests/snapshots/init/bin_already_exists_implicit/in/src/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit/out/Cargo.toml [deleted file]
tests/snapshots/init/bin_already_exists_implicit/out/src/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit/stderr.log [deleted file]
tests/snapshots/init/bin_already_exists_implicit/stdout.log [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namenosrc/in/case.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namenosrc/out/Cargo.toml [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namenosrc/out/case.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namenosrc/stderr.log [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namenosrc/stdout.log [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namesrc/in/src/case.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namesrc/out/Cargo.toml [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namesrc/out/src/case.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namesrc/stderr.log [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namesrc/stdout.log [deleted file]
tests/snapshots/init/bin_already_exists_implicit_nosrc/in/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit_nosrc/out/Cargo.toml [deleted file]
tests/snapshots/init/bin_already_exists_implicit_nosrc/out/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit_nosrc/stderr.log [deleted file]
tests/snapshots/init/bin_already_exists_implicit_nosrc/stdout.log [deleted file]
tests/snapshots/init/both_lib_and_bin/stderr.log [deleted file]
tests/snapshots/init/both_lib_and_bin/stdout.log [deleted file]
tests/snapshots/init/cant_create_library_when_both_binlib_present/in/case.rs [deleted file]
tests/snapshots/init/cant_create_library_when_both_binlib_present/in/lib.rs [deleted file]
tests/snapshots/init/cant_create_library_when_both_binlib_present/stderr.log [deleted file]
tests/snapshots/init/cant_create_library_when_both_binlib_present/stdout.log [deleted file]
tests/snapshots/init/confused_by_multiple_lib_files/in/lib.rs [deleted file]
tests/snapshots/init/confused_by_multiple_lib_files/in/src/lib.rs [deleted file]
tests/snapshots/init/confused_by_multiple_lib_files/out/lib.rs [deleted file]
tests/snapshots/init/confused_by_multiple_lib_files/out/src/lib.rs [deleted file]
tests/snapshots/init/confused_by_multiple_lib_files/stderr.log [deleted file]
tests/snapshots/init/confused_by_multiple_lib_files/stdout.log [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present/in/case.rs [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present/in/lib.rs [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present/out/Cargo.toml [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present/out/case.rs [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present/out/lib.rs [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present/stderr.log [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present/stdout.log [deleted file]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file/in/case.rs [deleted file]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file/out/Cargo.toml [deleted file]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file/out/case.rs [deleted file]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file/stderr.log [deleted file]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file/stdout.log [deleted file]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file/in/case.rs [deleted file]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file/out/Cargo.toml [deleted file]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file/out/case.rs [deleted file]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file/stderr.log [deleted file]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file/stdout.log [deleted file]
tests/snapshots/init/empty-dir/.keep [deleted file]
tests/snapshots/init/explicit_bin_with_git/in [deleted symlink]
tests/snapshots/init/explicit_bin_with_git/out/.gitignore [deleted file]
tests/snapshots/init/explicit_bin_with_git/out/Cargo.toml [deleted file]
tests/snapshots/init/explicit_bin_with_git/out/src/main.rs [deleted file]
tests/snapshots/init/explicit_bin_with_git/stderr.log [deleted file]
tests/snapshots/init/explicit_bin_with_git/stdout.log [deleted file]
tests/snapshots/init/formats_source/in/rustfmt.toml [deleted file]
tests/snapshots/init/formats_source/out/Cargo.toml [deleted file]
tests/snapshots/init/formats_source/out/rustfmt.toml [deleted file]
tests/snapshots/init/formats_source/out/src/lib.rs [deleted file]
tests/snapshots/init/formats_source/stderr.log [deleted file]
tests/snapshots/init/formats_source/stdout.log [deleted file]
tests/snapshots/init/fossil_autodetect/in/.fossil/.keep [deleted file]
tests/snapshots/init/fossil_autodetect/out/.fossil-settings/clean-glob [deleted file]
tests/snapshots/init/fossil_autodetect/out/.fossil-settings/ignore-glob [deleted file]
tests/snapshots/init/fossil_autodetect/out/Cargo.toml [deleted file]
tests/snapshots/init/fossil_autodetect/out/src/lib.rs [deleted file]
tests/snapshots/init/fossil_autodetect/stderr.log [deleted file]
tests/snapshots/init/fossil_autodetect/stdout.log [deleted file]
tests/snapshots/init/git_autodetect/out/.gitignore [deleted file]
tests/snapshots/init/git_autodetect/out/Cargo.toml [deleted file]
tests/snapshots/init/git_autodetect/out/src/lib.rs [deleted file]
tests/snapshots/init/git_autodetect/stderr.log [deleted file]
tests/snapshots/init/git_autodetect/stdout.log [deleted file]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries/in/.gitignore [deleted file]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries/out/.gitignore [deleted file]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries/out/Cargo.toml [deleted file]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries/out/src/lib.rs [deleted file]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries/stderr.log [deleted file]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries/stdout.log [deleted file]
tests/snapshots/init/ignores_failure_to_format_source/in/rustfmt.toml [deleted file]
tests/snapshots/init/ignores_failure_to_format_source/out/Cargo.toml [deleted file]
tests/snapshots/init/ignores_failure_to_format_source/out/rustfmt.toml [deleted file]
tests/snapshots/init/ignores_failure_to_format_source/out/src/lib.rs [deleted file]
tests/snapshots/init/ignores_failure_to_format_source/stderr.log [deleted file]
tests/snapshots/init/ignores_failure_to_format_source/stdout.log [deleted file]
tests/snapshots/init/implicit_bin_with_git/stderr.log [deleted file]
tests/snapshots/init/implicit_bin_with_git/stdout.log [deleted file]
tests/snapshots/init/inferred_bin_with_git/in/main.rs [deleted file]
tests/snapshots/init/inferred_bin_with_git/out/.gitignore [deleted file]
tests/snapshots/init/inferred_bin_with_git/out/Cargo.toml [deleted file]
tests/snapshots/init/inferred_bin_with_git/out/main.rs [deleted file]
tests/snapshots/init/inferred_bin_with_git/stderr.log [deleted file]
tests/snapshots/init/inferred_bin_with_git/stdout.log [deleted file]
tests/snapshots/init/inferred_lib_with_git/in/lib.rs [deleted file]
tests/snapshots/init/inferred_lib_with_git/out/.gitignore [deleted file]
tests/snapshots/init/inferred_lib_with_git/out/Cargo.toml [deleted file]
tests/snapshots/init/inferred_lib_with_git/out/lib.rs [deleted file]
tests/snapshots/init/inferred_lib_with_git/stderr.log [deleted file]
tests/snapshots/init/inferred_lib_with_git/stdout.log [deleted file]
tests/snapshots/init/invalid_dir_name/stderr.log [deleted file]
tests/snapshots/init/invalid_dir_name/stdout.log [deleted file]
tests/snapshots/init/lib_already_exists_nosrc/in/lib.rs [deleted file]
tests/snapshots/init/lib_already_exists_nosrc/out/Cargo.toml [deleted file]
tests/snapshots/init/lib_already_exists_nosrc/out/lib.rs [deleted file]
tests/snapshots/init/lib_already_exists_nosrc/stderr.log [deleted file]
tests/snapshots/init/lib_already_exists_nosrc/stdout.log [deleted file]
tests/snapshots/init/lib_already_exists_src/in/src/lib.rs [deleted file]
tests/snapshots/init/lib_already_exists_src/out/Cargo.toml [deleted file]
tests/snapshots/init/lib_already_exists_src/out/src/lib.rs [deleted file]
tests/snapshots/init/lib_already_exists_src/stderr.log [deleted file]
tests/snapshots/init/lib_already_exists_src/stdout.log [deleted file]
tests/snapshots/init/mercurial_autodetect/in/.hg/.keep [deleted file]
tests/snapshots/init/mercurial_autodetect/out/.hgignore [deleted file]
tests/snapshots/init/mercurial_autodetect/out/Cargo.toml [deleted file]
tests/snapshots/init/mercurial_autodetect/out/src/lib.rs [deleted file]
tests/snapshots/init/mercurial_autodetect/stderr.log [deleted file]
tests/snapshots/init/mercurial_autodetect/stdout.log [deleted file]
tests/snapshots/init/multibin_project_name_clash/in/case.rs [deleted file]
tests/snapshots/init/multibin_project_name_clash/in/main.rs [deleted file]
tests/snapshots/init/multibin_project_name_clash/out/case.rs [deleted file]
tests/snapshots/init/multibin_project_name_clash/out/main.rs [deleted file]
tests/snapshots/init/multibin_project_name_clash/stderr.log [deleted file]
tests/snapshots/init/multibin_project_name_clash/stdout.log [deleted file]
tests/snapshots/init/no_filename/stderr.log [deleted file]
tests/snapshots/init/no_filename/stdout.log [deleted file]
tests/snapshots/init/pijul_autodetect/in/.pijul/.keep [deleted file]
tests/snapshots/init/pijul_autodetect/out/.ignore [deleted file]
tests/snapshots/init/pijul_autodetect/out/Cargo.toml [deleted file]
tests/snapshots/init/pijul_autodetect/out/src/lib.rs [deleted file]
tests/snapshots/init/pijul_autodetect/stderr.log [deleted file]
tests/snapshots/init/pijul_autodetect/stdout.log [deleted file]
tests/snapshots/init/reserved_name/stderr.log [deleted file]
tests/snapshots/init/reserved_name/stdout.log [deleted file]
tests/snapshots/init/simple_bin/in [deleted symlink]
tests/snapshots/init/simple_bin/out/Cargo.toml [deleted file]
tests/snapshots/init/simple_bin/out/src/main.rs [deleted file]
tests/snapshots/init/simple_bin/stderr.log [deleted file]
tests/snapshots/init/simple_bin/stdout.log [deleted file]
tests/snapshots/init/simple_git/in [deleted symlink]
tests/snapshots/init/simple_git/out/.gitignore [deleted file]
tests/snapshots/init/simple_git/out/Cargo.toml [deleted file]
tests/snapshots/init/simple_git/out/src/lib.rs [deleted file]
tests/snapshots/init/simple_git/stderr.log [deleted file]
tests/snapshots/init/simple_git/stdout.log [deleted file]
tests/snapshots/init/simple_git_ignore_exists/in/.gitignore [deleted file]
tests/snapshots/init/simple_git_ignore_exists/out/.gitignore [deleted file]
tests/snapshots/init/simple_git_ignore_exists/out/Cargo.toml [deleted file]
tests/snapshots/init/simple_git_ignore_exists/out/src/lib.rs [deleted file]
tests/snapshots/init/simple_git_ignore_exists/stderr.log [deleted file]
tests/snapshots/init/simple_git_ignore_exists/stdout.log [deleted file]
tests/snapshots/init/simple_hg/in [deleted symlink]
tests/snapshots/init/simple_hg/out/.hgignore [deleted file]
tests/snapshots/init/simple_hg/out/Cargo.toml [deleted file]
tests/snapshots/init/simple_hg/out/src/lib.rs [deleted file]
tests/snapshots/init/simple_hg/stderr.log [deleted file]
tests/snapshots/init/simple_hg/stdout.log [deleted file]
tests/snapshots/init/simple_hg_ignore_exists/in/.hg/.keep [deleted file]
tests/snapshots/init/simple_hg_ignore_exists/in/.hgignore [deleted file]
tests/snapshots/init/simple_hg_ignore_exists/out/.hgignore [deleted file]
tests/snapshots/init/simple_hg_ignore_exists/out/Cargo.toml [deleted file]
tests/snapshots/init/simple_hg_ignore_exists/out/src/lib.rs [deleted file]
tests/snapshots/init/simple_hg_ignore_exists/stderr.log [deleted file]
tests/snapshots/init/simple_hg_ignore_exists/stdout.log [deleted file]
tests/snapshots/init/simple_lib/in [deleted symlink]
tests/snapshots/init/simple_lib/out/Cargo.toml [deleted file]
tests/snapshots/init/simple_lib/out/src/lib.rs [deleted file]
tests/snapshots/init/simple_lib/stderr.log [deleted file]
tests/snapshots/init/simple_lib/stdout.log [deleted file]
tests/snapshots/init/unknown_flags/stderr.log [deleted file]
tests/snapshots/init/unknown_flags/stdout.log [deleted file]
tests/snapshots/init/with_argument/in/foo/.keep [deleted file]
tests/snapshots/init/with_argument/out/foo/Cargo.toml [deleted file]
tests/snapshots/init/with_argument/out/foo/src/main.rs [deleted file]
tests/snapshots/init/with_argument/stderr.log [deleted file]
tests/snapshots/init/with_argument/stdout.log [deleted file]
tests/testsuite/init.rs [deleted file]
tests/testsuite/init/auto_git/in [new symlink]
tests/testsuite/init/auto_git/mod.rs [new file with mode: 0644]
tests/testsuite/init/auto_git/out/.gitignore [new file with mode: 0644]
tests/testsuite/init/auto_git/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/auto_git/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/auto_git/stderr.log [new file with mode: 0644]
tests/testsuite/init/auto_git/stdout.log [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_explicit/in/src/main.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_explicit/mod.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_explicit/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_explicit/out/src/main.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_explicit/stderr.log [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_explicit/stdout.log [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_explicit_nosrc/in/main.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_explicit_nosrc/mod.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_explicit_nosrc/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_explicit_nosrc/out/main.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_explicit_nosrc/stderr.log [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_explicit_nosrc/stdout.log [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit/in/src/main.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit/mod.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit/out/src/main.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit/stderr.log [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit/stdout.log [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_namenosrc/in/case.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_namenosrc/mod.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_namenosrc/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_namenosrc/out/case.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_namenosrc/stderr.log [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_namenosrc/stdout.log [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_namesrc/in/src/case.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_namesrc/mod.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_namesrc/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_namesrc/out/src/case.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_namesrc/stderr.log [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_namesrc/stdout.log [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_nosrc/in/main.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_nosrc/mod.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_nosrc/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_nosrc/out/main.rs [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_nosrc/stderr.log [new file with mode: 0644]
tests/testsuite/init/bin_already_exists_implicit_nosrc/stdout.log [new file with mode: 0644]
tests/testsuite/init/both_lib_and_bin/mod.rs [new file with mode: 0644]
tests/testsuite/init/both_lib_and_bin/stderr.log [new file with mode: 0644]
tests/testsuite/init/both_lib_and_bin/stdout.log [new file with mode: 0644]
tests/testsuite/init/cant_create_library_when_both_binlib_present/in/case.rs [new file with mode: 0644]
tests/testsuite/init/cant_create_library_when_both_binlib_present/in/lib.rs [new file with mode: 0644]
tests/testsuite/init/cant_create_library_when_both_binlib_present/mod.rs [new file with mode: 0644]
tests/testsuite/init/cant_create_library_when_both_binlib_present/stderr.log [new file with mode: 0644]
tests/testsuite/init/cant_create_library_when_both_binlib_present/stdout.log [new file with mode: 0644]
tests/testsuite/init/confused_by_multiple_lib_files/in/lib.rs [new file with mode: 0644]
tests/testsuite/init/confused_by_multiple_lib_files/in/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/confused_by_multiple_lib_files/mod.rs [new file with mode: 0644]
tests/testsuite/init/confused_by_multiple_lib_files/out/lib.rs [new file with mode: 0644]
tests/testsuite/init/confused_by_multiple_lib_files/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/confused_by_multiple_lib_files/stderr.log [new file with mode: 0644]
tests/testsuite/init/confused_by_multiple_lib_files/stdout.log [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_both_binlib_present/in/case.rs [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_both_binlib_present/in/lib.rs [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_both_binlib_present/mod.rs [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_both_binlib_present/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_both_binlib_present/out/case.rs [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_both_binlib_present/out/lib.rs [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_both_binlib_present/stderr.log [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_both_binlib_present/stdout.log [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_instructed_and_has_lib_file/in/case.rs [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_instructed_and_has_lib_file/mod.rs [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_instructed_and_has_lib_file/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_instructed_and_has_lib_file/out/case.rs [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_instructed_and_has_lib_file/stderr.log [new file with mode: 0644]
tests/testsuite/init/creates_binary_when_instructed_and_has_lib_file/stdout.log [new file with mode: 0644]
tests/testsuite/init/creates_library_when_instructed_and_has_bin_file/in/case.rs [new file with mode: 0644]
tests/testsuite/init/creates_library_when_instructed_and_has_bin_file/mod.rs [new file with mode: 0644]
tests/testsuite/init/creates_library_when_instructed_and_has_bin_file/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/creates_library_when_instructed_and_has_bin_file/out/case.rs [new file with mode: 0644]
tests/testsuite/init/creates_library_when_instructed_and_has_bin_file/stderr.log [new file with mode: 0644]
tests/testsuite/init/creates_library_when_instructed_and_has_bin_file/stdout.log [new file with mode: 0644]
tests/testsuite/init/empty_dir/.keep [new file with mode: 0644]
tests/testsuite/init/empty_dir/mod.rs [new file with mode: 0644]
tests/testsuite/init/explicit_bin_with_git/in [new symlink]
tests/testsuite/init/explicit_bin_with_git/mod.rs [new file with mode: 0644]
tests/testsuite/init/explicit_bin_with_git/out/.gitignore [new file with mode: 0644]
tests/testsuite/init/explicit_bin_with_git/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/explicit_bin_with_git/out/src/main.rs [new file with mode: 0644]
tests/testsuite/init/explicit_bin_with_git/stderr.log [new file with mode: 0644]
tests/testsuite/init/explicit_bin_with_git/stdout.log [new file with mode: 0644]
tests/testsuite/init/formats_source/in/rustfmt.toml [new file with mode: 0644]
tests/testsuite/init/formats_source/mod.rs [new file with mode: 0644]
tests/testsuite/init/formats_source/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/formats_source/out/rustfmt.toml [new file with mode: 0644]
tests/testsuite/init/formats_source/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/formats_source/stderr.log [new file with mode: 0644]
tests/testsuite/init/formats_source/stdout.log [new file with mode: 0644]
tests/testsuite/init/fossil_autodetect/in/.fossil/.keep [new file with mode: 0644]
tests/testsuite/init/fossil_autodetect/mod.rs [new file with mode: 0644]
tests/testsuite/init/fossil_autodetect/out/.fossil-settings/clean-glob [new file with mode: 0644]
tests/testsuite/init/fossil_autodetect/out/.fossil-settings/ignore-glob [new file with mode: 0644]
tests/testsuite/init/fossil_autodetect/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/fossil_autodetect/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/fossil_autodetect/stderr.log [new file with mode: 0644]
tests/testsuite/init/fossil_autodetect/stdout.log [new file with mode: 0644]
tests/testsuite/init/git_autodetect/mod.rs [new file with mode: 0644]
tests/testsuite/init/git_autodetect/out/.gitignore [new file with mode: 0644]
tests/testsuite/init/git_autodetect/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/git_autodetect/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/git_autodetect/stderr.log [new file with mode: 0644]
tests/testsuite/init/git_autodetect/stdout.log [new file with mode: 0644]
tests/testsuite/init/git_ignore_exists_no_conflicting_entries/in/.gitignore [new file with mode: 0644]
tests/testsuite/init/git_ignore_exists_no_conflicting_entries/mod.rs [new file with mode: 0644]
tests/testsuite/init/git_ignore_exists_no_conflicting_entries/out/.gitignore [new file with mode: 0644]
tests/testsuite/init/git_ignore_exists_no_conflicting_entries/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/git_ignore_exists_no_conflicting_entries/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/git_ignore_exists_no_conflicting_entries/stderr.log [new file with mode: 0644]
tests/testsuite/init/git_ignore_exists_no_conflicting_entries/stdout.log [new file with mode: 0644]
tests/testsuite/init/ignores_failure_to_format_source/in/rustfmt.toml [new file with mode: 0644]
tests/testsuite/init/ignores_failure_to_format_source/mod.rs [new file with mode: 0644]
tests/testsuite/init/ignores_failure_to_format_source/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/ignores_failure_to_format_source/out/rustfmt.toml [new file with mode: 0644]
tests/testsuite/init/ignores_failure_to_format_source/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/ignores_failure_to_format_source/stderr.log [new file with mode: 0644]
tests/testsuite/init/ignores_failure_to_format_source/stdout.log [new file with mode: 0644]
tests/testsuite/init/inferred_bin_with_git/in/main.rs [new file with mode: 0644]
tests/testsuite/init/inferred_bin_with_git/mod.rs [new file with mode: 0644]
tests/testsuite/init/inferred_bin_with_git/out/.gitignore [new file with mode: 0644]
tests/testsuite/init/inferred_bin_with_git/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/inferred_bin_with_git/out/main.rs [new file with mode: 0644]
tests/testsuite/init/inferred_bin_with_git/stderr.log [new file with mode: 0644]
tests/testsuite/init/inferred_bin_with_git/stdout.log [new file with mode: 0644]
tests/testsuite/init/inferred_lib_with_git/in/lib.rs [new file with mode: 0644]
tests/testsuite/init/inferred_lib_with_git/mod.rs [new file with mode: 0644]
tests/testsuite/init/inferred_lib_with_git/out/.gitignore [new file with mode: 0644]
tests/testsuite/init/inferred_lib_with_git/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/inferred_lib_with_git/out/lib.rs [new file with mode: 0644]
tests/testsuite/init/inferred_lib_with_git/stderr.log [new file with mode: 0644]
tests/testsuite/init/inferred_lib_with_git/stdout.log [new file with mode: 0644]
tests/testsuite/init/invalid_dir_name/mod.rs [new file with mode: 0644]
tests/testsuite/init/invalid_dir_name/stderr.log [new file with mode: 0644]
tests/testsuite/init/invalid_dir_name/stdout.log [new file with mode: 0644]
tests/testsuite/init/lib_already_exists_nosrc/in/lib.rs [new file with mode: 0644]
tests/testsuite/init/lib_already_exists_nosrc/mod.rs [new file with mode: 0644]
tests/testsuite/init/lib_already_exists_nosrc/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/lib_already_exists_nosrc/out/lib.rs [new file with mode: 0644]
tests/testsuite/init/lib_already_exists_nosrc/stderr.log [new file with mode: 0644]
tests/testsuite/init/lib_already_exists_nosrc/stdout.log [new file with mode: 0644]
tests/testsuite/init/lib_already_exists_src/in/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/lib_already_exists_src/mod.rs [new file with mode: 0644]
tests/testsuite/init/lib_already_exists_src/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/lib_already_exists_src/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/lib_already_exists_src/stderr.log [new file with mode: 0644]
tests/testsuite/init/lib_already_exists_src/stdout.log [new file with mode: 0644]
tests/testsuite/init/mercurial_autodetect/in/.hg/.keep [new file with mode: 0644]
tests/testsuite/init/mercurial_autodetect/mod.rs [new file with mode: 0644]
tests/testsuite/init/mercurial_autodetect/out/.hgignore [new file with mode: 0644]
tests/testsuite/init/mercurial_autodetect/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/mercurial_autodetect/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/mercurial_autodetect/stderr.log [new file with mode: 0644]
tests/testsuite/init/mercurial_autodetect/stdout.log [new file with mode: 0644]
tests/testsuite/init/mod.rs [new file with mode: 0644]
tests/testsuite/init/multibin_project_name_clash/in/case.rs [new file with mode: 0644]
tests/testsuite/init/multibin_project_name_clash/in/main.rs [new file with mode: 0644]
tests/testsuite/init/multibin_project_name_clash/mod.rs [new file with mode: 0644]
tests/testsuite/init/multibin_project_name_clash/out/case.rs [new file with mode: 0644]
tests/testsuite/init/multibin_project_name_clash/out/main.rs [new file with mode: 0644]
tests/testsuite/init/multibin_project_name_clash/stderr.log [new file with mode: 0644]
tests/testsuite/init/multibin_project_name_clash/stdout.log [new file with mode: 0644]
tests/testsuite/init/no_filename/mod.rs [new file with mode: 0644]
tests/testsuite/init/no_filename/stderr.log [new file with mode: 0644]
tests/testsuite/init/no_filename/stdout.log [new file with mode: 0644]
tests/testsuite/init/pijul_autodetect/in/.pijul/.keep [new file with mode: 0644]
tests/testsuite/init/pijul_autodetect/mod.rs [new file with mode: 0644]
tests/testsuite/init/pijul_autodetect/out/.ignore [new file with mode: 0644]
tests/testsuite/init/pijul_autodetect/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/pijul_autodetect/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/pijul_autodetect/stderr.log [new file with mode: 0644]
tests/testsuite/init/pijul_autodetect/stdout.log [new file with mode: 0644]
tests/testsuite/init/reserved_name/mod.rs [new file with mode: 0644]
tests/testsuite/init/reserved_name/stderr.log [new file with mode: 0644]
tests/testsuite/init/reserved_name/stdout.log [new file with mode: 0644]
tests/testsuite/init/simple_bin/in [new symlink]
tests/testsuite/init/simple_bin/mod.rs [new file with mode: 0644]
tests/testsuite/init/simple_bin/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/simple_bin/out/src/main.rs [new file with mode: 0644]
tests/testsuite/init/simple_bin/stderr.log [new file with mode: 0644]
tests/testsuite/init/simple_bin/stdout.log [new file with mode: 0644]
tests/testsuite/init/simple_git/in [new symlink]
tests/testsuite/init/simple_git/mod.rs [new file with mode: 0644]
tests/testsuite/init/simple_git/out/.gitignore [new file with mode: 0644]
tests/testsuite/init/simple_git/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/simple_git/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/simple_git/stderr.log [new file with mode: 0644]
tests/testsuite/init/simple_git/stdout.log [new file with mode: 0644]
tests/testsuite/init/simple_git_ignore_exists/in/.gitignore [new file with mode: 0644]
tests/testsuite/init/simple_git_ignore_exists/mod.rs [new file with mode: 0644]
tests/testsuite/init/simple_git_ignore_exists/out/.gitignore [new file with mode: 0644]
tests/testsuite/init/simple_git_ignore_exists/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/simple_git_ignore_exists/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/simple_git_ignore_exists/stderr.log [new file with mode: 0644]
tests/testsuite/init/simple_git_ignore_exists/stdout.log [new file with mode: 0644]
tests/testsuite/init/simple_hg/in [new symlink]
tests/testsuite/init/simple_hg/mod.rs [new file with mode: 0644]
tests/testsuite/init/simple_hg/out/.hgignore [new file with mode: 0644]
tests/testsuite/init/simple_hg/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/simple_hg/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/simple_hg/stderr.log [new file with mode: 0644]
tests/testsuite/init/simple_hg/stdout.log [new file with mode: 0644]
tests/testsuite/init/simple_hg_ignore_exists/in/.hg/.keep [new file with mode: 0644]
tests/testsuite/init/simple_hg_ignore_exists/in/.hgignore [new file with mode: 0644]
tests/testsuite/init/simple_hg_ignore_exists/mod.rs [new file with mode: 0644]
tests/testsuite/init/simple_hg_ignore_exists/out/.hgignore [new file with mode: 0644]
tests/testsuite/init/simple_hg_ignore_exists/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/simple_hg_ignore_exists/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/simple_hg_ignore_exists/stderr.log [new file with mode: 0644]
tests/testsuite/init/simple_hg_ignore_exists/stdout.log [new file with mode: 0644]
tests/testsuite/init/simple_lib/in [new symlink]
tests/testsuite/init/simple_lib/mod.rs [new file with mode: 0644]
tests/testsuite/init/simple_lib/out/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/simple_lib/out/src/lib.rs [new file with mode: 0644]
tests/testsuite/init/simple_lib/stderr.log [new file with mode: 0644]
tests/testsuite/init/simple_lib/stdout.log [new file with mode: 0644]
tests/testsuite/init/unknown_flags/mod.rs [new file with mode: 0644]
tests/testsuite/init/unknown_flags/stderr.log [new file with mode: 0644]
tests/testsuite/init/unknown_flags/stdout.log [new file with mode: 0644]
tests/testsuite/init/with_argument/in/foo/.keep [new file with mode: 0644]
tests/testsuite/init/with_argument/mod.rs [new file with mode: 0644]
tests/testsuite/init/with_argument/out/foo/Cargo.toml [new file with mode: 0644]
tests/testsuite/init/with_argument/out/foo/src/main.rs [new file with mode: 0644]
tests/testsuite/init/with_argument/stderr.log [new file with mode: 0644]
tests/testsuite/init/with_argument/stdout.log [new file with mode: 0644]