@@ -624,7 +624,7 @@ automatically infer them to be a target, such as in subfolders.
624624For more information on this warning you can consult
625625https://github.com/rust-lang/cargo/issues/5330
626626[ERROR] no example target named `a` in default-run packages
627- Available example targets:
627+ available example targets:
628628 do_magic
629629
630630"# ] ] )
@@ -655,7 +655,7 @@ fn run_example_autodiscover_2015_with_autoexamples_disabled() {
655655 . with_status ( 101 )
656656 . with_stderr_data ( str![ [ r#"
657657[ERROR] no example target named `a` in default-run packages
658- Available example targets:
658+ available example targets:
659659 do_magic
660660
661661"# ] ] )
@@ -742,7 +742,7 @@ fn run_with_filename() {
742742 . with_status ( 101 )
743743 . with_stderr_data ( str![ [ r#"
744744[ERROR] no bin target named `bin.rs` in default-run packages
745- Available bin targets:
745+ available bin targets:
746746 a
747747
748748"# ] ] )
@@ -762,7 +762,7 @@ Available bin targets:
762762 . with_status ( 101 )
763763 . with_stderr_data ( str![ [ r#"
764764[ERROR] no example target named `example.rs` in default-run packages
765- Available example targets:
765+ available example targets:
766766 a
767767
768768"# ] ] )
@@ -844,7 +844,7 @@ fn ambiguous_bin_name() {
844844 . with_status ( 101 )
845845 . with_stderr_data ( str![ [ r#"
846846[ERROR] no bin target named `crate1/ambiguous` in default-run packages
847- Available bin targets:
847+ available bin targets:
848848 ambiguous
849849 ambiguous
850850 ambiguous
@@ -937,7 +937,7 @@ Available binaries:
937937[ERROR] no bin target named `crate2` in `crate1` package
938938
939939[HELP] a target with a similar name exists: `crate1`
940- [HELP] Available bin in `crate2` package:
940+ [HELP] available bin in `crate2` package:
941941 crate2
942942
943943"# ] ] )
@@ -949,7 +949,7 @@ Available binaries:
949949[ERROR] no bin target named `crate2` in `crate1`, ... packages
950950
951951[HELP] a target with a similar name exists: `crate1`
952- [HELP] Available bin in `crate2` package:
952+ [HELP] available bin in `crate2` package:
953953 crate2
954954
955955"# ] ] )
@@ -961,7 +961,7 @@ Available binaries:
961961[ERROR] no bin target named `crate2` in default-run packages
962962
963963[HELP] a target with a similar name exists: `crate1`
964- [HELP] Available bin in `crate2` package:
964+ [HELP] available bin in `crate2` package:
965965 crate2
966966
967967"# ] ] )
@@ -971,9 +971,9 @@ Available binaries:
971971 . with_status ( 101 )
972972 . with_stderr_data ( str![ [ r#"
973973[ERROR] no bin target matches pattern `pattern*` in default-run packages
974- [HELP] Available bin in `pattern1` package:
974+ [HELP] available bin in `pattern1` package:
975975 pattern1
976- [HELP] Available bin in `pattern2` package:
976+ [HELP] available bin in `pattern2` package:
977977 pattern2
978978
979979"# ] ] )
@@ -996,7 +996,7 @@ Available binaries:
996996 . with_status ( 101 )
997997 . with_stderr_data ( str![ [ r#"
998998[ERROR] no bin target named `crate2` in default-run packages
999- [HELP] Available bin in `crate2` package:
999+ [HELP] available bin in `crate2` package:
10001000 crate2
10011001
10021002"# ] ] )
0 commit comments