@@ -623,7 +623,7 @@ automatically infer them to be a target, such as in subfolders.
623623
624624For more information on this warning you can consult
625625https://github.com/rust-lang/cargo/issues/5330
626- [ERROR] no example target named `a` in default-run packages.
626+ [ERROR] no example target named `a` in default-run packages
627627Available example targets:
628628 do_magic
629629
@@ -655,7 +655,7 @@ fn run_example_autodiscover_2015_with_autoexamples_disabled() {
655655 p. cargo ( "run --example a" )
656656 . with_status ( 101 )
657657 . with_stderr_data ( str![ [ r#"
658- [ERROR] no example target named `a` in default-run packages.
658+ [ERROR] no example target named `a` in default-run packages
659659Available example targets:
660660 do_magic
661661
@@ -743,7 +743,7 @@ fn run_with_filename() {
743743 p. cargo ( "run --bin bin.rs" )
744744 . with_status ( 101 )
745745 . with_stderr_data ( str![ [ r#"
746- [ERROR] no bin target named `bin.rs` in default-run packages.
746+ [ERROR] no bin target named `bin.rs` in default-run packages
747747Available bin targets:
748748 a
749749
@@ -764,7 +764,7 @@ Available bin targets:
764764 p. cargo ( "run --example example.rs" )
765765 . with_status ( 101 )
766766 . with_stderr_data ( str![ [ r#"
767- [ERROR] no example target named `example.rs` in default-run packages.
767+ [ERROR] no example target named `example.rs` in default-run packages
768768Available example targets:
769769 a
770770
@@ -847,7 +847,7 @@ fn ambiguous_bin_name() {
847847 p. cargo ( "run --bin crate1/ambiguous" )
848848 . with_status ( 101 )
849849 . with_stderr_data ( str![ [ r#"
850- [ERROR] no bin target named `crate1/ambiguous` in default-run packages.
850+ [ERROR] no bin target named `crate1/ambiguous` in default-run packages
851851Available bin targets:
852852 ambiguous
853853 ambiguous
@@ -975,7 +975,7 @@ Available binaries:
975975 p. cargo ( "check --bin pattern*" )
976976 . with_status ( 101 )
977977 . with_stderr_data ( str![ [ r#"
978- [ERROR] no bin target matches pattern `pattern*` in default-run packages.
978+ [ERROR] no bin target matches pattern `pattern*` in default-run packages
979979[HELP] Available bin in `pattern1` package:
980980 pattern1
981981[HELP] Available bin in `pattern2` package:
@@ -1000,7 +1000,7 @@ Available binaries:
10001000 p. cargo ( "run --bin crate2" )
10011001 . with_status ( 101 )
10021002 . with_stderr_data ( str![ [ r#"
1003- [ERROR] no bin target named `crate2` in default-run packages.
1003+ [ERROR] no bin target named `crate2` in default-run packages
10041004[HELP] Available bin in `crate2` package:
10051005 crate2
10061006
0 commit comments