@@ -1278,8 +1278,8 @@ fn cargo_compile_with_dep_name_mismatch() {
12781278 . with_status ( 101 )
12791279 . with_stderr_data ( str![ [ r#"
12801280[ERROR] no matching package named `notquitebar` found
1281- location searched: [ROOT]/foo/bar
1282- required by package `foo v0.0.1 ([ROOT]/foo)`
1281+ location searched: [ROOT]/foo/bar
1282+ required by package `foo v0.0.1 ([ROOT]/foo)`
12831283
12841284"# ] ] )
12851285 . run ( ) ;
@@ -1335,8 +1335,8 @@ fn cargo_compile_with_filename() {
13351335 . with_status ( 101 )
13361336 . with_stderr_data ( str![ [ r#"
13371337[ERROR] no bin target named `bin.rs` in default-run packages
1338- [HELP] available bin targets:
1339- a
1338+ [HELP] available bin targets:
1339+ a
13401340
13411341"# ] ] )
13421342 . run ( ) ;
@@ -1345,8 +1345,8 @@ fn cargo_compile_with_filename() {
13451345 . with_status ( 101 )
13461346 . with_stderr_data ( str![ [ r#"
13471347[ERROR] no bin target named `a.rs` in default-run packages
1348-
1349- [HELP] a target with a similar name exists: `a`
1348+
1349+ [HELP] a target with a similar name exists: `a`
13501350
13511351"# ] ] )
13521352 . run ( ) ;
@@ -1355,8 +1355,8 @@ fn cargo_compile_with_filename() {
13551355 . with_status ( 101 )
13561356 . with_stderr_data ( str![ [ r#"
13571357[ERROR] no example target named `example.rs` in default-run packages
1358- [HELP] available example targets:
1359- a
1358+ [HELP] available example targets:
1359+ a
13601360
13611361"# ] ] )
13621362 . run ( ) ;
@@ -1365,8 +1365,8 @@ fn cargo_compile_with_filename() {
13651365 . with_status ( 101 )
13661366 . with_stderr_data ( str![ [ r#"
13671367[ERROR] no example target named `a.rs` in default-run packages
1368-
1369- [HELP] a target with a similar name exists: `a`
1368+
1369+ [HELP] a target with a similar name exists: `a`
13701370
13711371"# ] ] )
13721372 . run ( ) ;
@@ -1408,17 +1408,17 @@ fn incompatible_dependencies() {
14081408 . with_stderr_data ( str![ [ r#"
14091409[UPDATING] `dummy-registry` index
14101410[ERROR] failed to select a version for `bad`.
1411- ... required by package `qux v0.1.0`
1412- ... which satisfies dependency `qux = "^0.1.0"` of package `foo v0.0.1 ([ROOT]/foo)`
1413- versions that meet the requirements `>=1.0.1` are: 1.0.2, 1.0.1
1414-
1415- all possible versions conflict with previously selected packages.
1416-
1417- previously selected package `bad v1.0.0`
1418- ... which satisfies dependency `bad = "=1.0.0"` of package `baz v0.1.0`
1419- ... which satisfies dependency `baz = "^0.1.0"` of package `foo v0.0.1 ([ROOT]/foo)`
1420-
1421- failed to select a version for `bad` which could resolve this conflict
1411+ ... required by package `qux v0.1.0`
1412+ ... which satisfies dependency `qux = "^0.1.0"` of package `foo v0.0.1 ([ROOT]/foo)`
1413+ versions that meet the requirements `>=1.0.1` are: 1.0.2, 1.0.1
1414+
1415+ all possible versions conflict with previously selected packages.
1416+
1417+ previously selected package `bad v1.0.0`
1418+ ... which satisfies dependency `bad = "=1.0.0"` of package `baz v0.1.0`
1419+ ... which satisfies dependency `baz = "^0.1.0"` of package `foo v0.0.1 ([ROOT]/foo)`
1420+
1421+ failed to select a version for `bad` which could resolve this conflict
14221422
14231423"# ] ] )
14241424 . run ( ) ;
@@ -1456,20 +1456,20 @@ fn incompatible_dependencies_with_multi_semver() {
14561456 . with_stderr_data ( str![ [ r#"
14571457[UPDATING] `dummy-registry` index
14581458[ERROR] failed to select a version for `bad`.
1459- ... required by package `foo v0.0.1 ([ROOT]/foo)`
1460- versions that meet the requirements `>=1.0.1, <=2.0.0` are: 2.0.0, 1.0.1
1461-
1462- all possible versions conflict with previously selected packages.
1463-
1464- previously selected package `bad v2.0.1`
1465- ... which satisfies dependency `bad = ">=2.0.1"` of package `baz v0.1.0`
1466- ... which satisfies dependency `baz = "^0.1.0"` of package `foo v0.0.1 ([ROOT]/foo)`
1467-
1468- previously selected package `bad v1.0.0`
1469- ... which satisfies dependency `bad = "=1.0.0"` of package `bar v0.1.0`
1470- ... which satisfies dependency `bar = "^0.1.0"` of package `foo v0.0.1 ([ROOT]/foo)`
1471-
1472- failed to select a version for `bad` which could resolve this conflict
1459+ ... required by package `foo v0.0.1 ([ROOT]/foo)`
1460+ versions that meet the requirements `>=1.0.1, <=2.0.0` are: 2.0.0, 1.0.1
1461+
1462+ all possible versions conflict with previously selected packages.
1463+
1464+ previously selected package `bad v2.0.1`
1465+ ... which satisfies dependency `bad = ">=2.0.1"` of package `baz v0.1.0`
1466+ ... which satisfies dependency `baz = "^0.1.0"` of package `foo v0.0.1 ([ROOT]/foo)`
1467+
1468+ previously selected package `bad v1.0.0`
1469+ ... which satisfies dependency `bad = "=1.0.0"` of package `bar v0.1.0`
1470+ ... which satisfies dependency `bar = "^0.1.0"` of package `foo v0.0.1 ([ROOT]/foo)`
1471+
1472+ failed to select a version for `bad` which could resolve this conflict
14731473
14741474"# ] ] )
14751475 . run ( ) ;
@@ -2093,8 +2093,8 @@ fn self_dependency() {
20932093 . with_status ( 101 )
20942094 . with_stderr_data ( str![ [ r#"
20952095[ERROR] cyclic package dependency: package `test v0.0.0 ([ROOT]/foo)` depends on itself. Cycle:
2096- package `test v0.0.0 ([ROOT]/foo)`
2097- ... which satisfies path dependency `test` of package `test v0.0.0 ([ROOT]/foo)`
2096+ package `test v0.0.0 ([ROOT]/foo)`
2097+ ... which satisfies path dependency `test` of package `test v0.0.0 ([ROOT]/foo)`
20982098
20992099"# ] ] )
21002100 . run ( ) ;
@@ -3099,9 +3099,9 @@ fn cyclic_deps_rejected() {
30993099 . with_status ( 101 )
31003100 . with_stderr_data ( str![ [ r#"
31013101[ERROR] cyclic package dependency: package `a v0.0.1 ([ROOT]/foo/a)` depends on itself. Cycle:
3102- package `a v0.0.1 ([ROOT]/foo/a)`
3103- ... which satisfies path dependency `a` of package `foo v0.0.1 ([ROOT]/foo)`
3104- ... which satisfies path dependency `foo` of package `a v0.0.1 ([ROOT]/foo/a)`
3102+ package `a v0.0.1 ([ROOT]/foo/a)`
3103+ ... which satisfies path dependency `a` of package `foo v0.0.1 ([ROOT]/foo)`
3104+ ... which satisfies path dependency `foo` of package `a v0.0.1 ([ROOT]/foo/a)`
31053105
31063106"# ] ] )
31073107 . run ( ) ;
@@ -5369,8 +5369,8 @@ fn avoid_dev_deps() {
53695369 . with_stderr_data ( str![ [ r#"
53705370[UPDATING] `dummy-registry` index
53715371[ERROR] no matching package named `baz` found
5372- location searched: `dummy-registry` index (which is replacing registry `crates-io`)
5373- required by package `bar v0.1.0 ([ROOT]/foo)`
5372+ location searched: `dummy-registry` index (which is replacing registry `crates-io`)
5373+ required by package `bar v0.1.0 ([ROOT]/foo)`
53745374
53755375"# ] ] )
53765376 . run ( ) ;
@@ -5491,8 +5491,8 @@ fn target_filters_workspace() {
54915491 . with_status ( 101 )
54925492 . with_stderr_data ( str![ [ r#"
54935493[ERROR] no example target named `ex` in default-run packages
5494-
5495- [HELP] a target with a similar name exists: `ex1`
5494+
5495+ [HELP] a target with a similar name exists: `ex1`
54965496
54975497"# ] ] )
54985498 . run ( ) ;
@@ -5501,8 +5501,8 @@ fn target_filters_workspace() {
55015501 . with_status ( 101 )
55025502 . with_stderr_data ( str![ [ r#"
55035503[ERROR] no example target matches pattern `ex??` in default-run packages
5504-
5505- [HELP] a target with a similar name exists: `ex1`
5504+
5505+ [HELP] a target with a similar name exists: `ex1`
55065506
55075507"# ] ] )
55085508 . run ( ) ;
0 commit comments