We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e0907 commit 5003d53Copy full SHA for 5003d53
tests/testsuite/collisions.rs
@@ -146,7 +146,7 @@ fn collision_doc() {
146
.file("foo2/src/lib.rs", "")
147
.build();
148
149
- p.cargo("doc")
+ p.cargo("doc -j=1")
150
.with_stderr_contains(
151
"\
152
[WARNING] output filename collision.
@@ -407,7 +407,7 @@ fn collision_doc_sources() {
407
.file("bar/src/lib.rs", "")
408
409
410
411
.with_stderr_unordered(
412
413
[UPDATING] [..]
@@ -524,7 +524,7 @@ fn collision_with_root() {
524
.file("foo-macro/src/lib.rs", "")
525
526
527
528
.with_stderr_unordered("\
529
530
[DOWNLOADING] crates ...
0 commit comments