@@ -624,7 +624,7 @@ automatically infer them to be a target, such as in subfolders.
624
624
For more information on this warning you can consult
625
625
https://github.com/rust-lang/cargo/issues/5330
626
626
[ERROR] no example target named `a` in default-run packages
627
- Available example targets:
627
+ available example targets:
628
628
do_magic
629
629
630
630
"# ] ] )
@@ -655,7 +655,7 @@ fn run_example_autodiscover_2015_with_autoexamples_disabled() {
655
655
. with_status ( 101 )
656
656
. with_stderr_data ( str![ [ r#"
657
657
[ERROR] no example target named `a` in default-run packages
658
- Available example targets:
658
+ available example targets:
659
659
do_magic
660
660
661
661
"# ] ] )
@@ -742,7 +742,7 @@ fn run_with_filename() {
742
742
. with_status ( 101 )
743
743
. with_stderr_data ( str![ [ r#"
744
744
[ERROR] no bin target named `bin.rs` in default-run packages
745
- Available bin targets:
745
+ available bin targets:
746
746
a
747
747
748
748
"# ] ] )
@@ -762,7 +762,7 @@ Available bin targets:
762
762
. with_status ( 101 )
763
763
. with_stderr_data ( str![ [ r#"
764
764
[ERROR] no example target named `example.rs` in default-run packages
765
- Available example targets:
765
+ available example targets:
766
766
a
767
767
768
768
"# ] ] )
@@ -844,7 +844,7 @@ fn ambiguous_bin_name() {
844
844
. with_status ( 101 )
845
845
. with_stderr_data ( str![ [ r#"
846
846
[ERROR] no bin target named `crate1/ambiguous` in default-run packages
847
- Available bin targets:
847
+ available bin targets:
848
848
ambiguous
849
849
ambiguous
850
850
ambiguous
@@ -937,7 +937,7 @@ Available binaries:
937
937
[ERROR] no bin target named `crate2` in `crate1` package
938
938
939
939
[HELP] a target with a similar name exists: `crate1`
940
- [HELP] Available bin in `crate2` package:
940
+ [HELP] available bin in `crate2` package:
941
941
crate2
942
942
943
943
"# ] ] )
@@ -949,7 +949,7 @@ Available binaries:
949
949
[ERROR] no bin target named `crate2` in `crate1`, ... packages
950
950
951
951
[HELP] a target with a similar name exists: `crate1`
952
- [HELP] Available bin in `crate2` package:
952
+ [HELP] available bin in `crate2` package:
953
953
crate2
954
954
955
955
"# ] ] )
@@ -961,7 +961,7 @@ Available binaries:
961
961
[ERROR] no bin target named `crate2` in default-run packages
962
962
963
963
[HELP] a target with a similar name exists: `crate1`
964
- [HELP] Available bin in `crate2` package:
964
+ [HELP] available bin in `crate2` package:
965
965
crate2
966
966
967
967
"# ] ] )
@@ -971,9 +971,9 @@ Available binaries:
971
971
. with_status ( 101 )
972
972
. with_stderr_data ( str![ [ r#"
973
973
[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:
975
975
pattern1
976
- [HELP] Available bin in `pattern2` package:
976
+ [HELP] available bin in `pattern2` package:
977
977
pattern2
978
978
979
979
"# ] ] )
@@ -996,7 +996,7 @@ Available binaries:
996
996
. with_status ( 101 )
997
997
. with_stderr_data ( str![ [ r#"
998
998
[ERROR] no bin target named `crate2` in default-run packages
999
- [HELP] Available bin in `crate2` package:
999
+ [HELP] available bin in `crate2` package:
1000
1000
crate2
1001
1001
1002
1002
"# ] ] )
0 commit comments