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 65cab34 commit 1c4651eCopy full SHA for 1c4651e
tests/testsuite/inheritable_workspace_fields.rs
@@ -283,7 +283,8 @@ fn inherit_own_dependencies() {
283
Package::new("dep-dev", "0.5.2").publish();
284
285
p.cargo("check")
286
- .with_stderr(
+ // Unordered because the download order is nondeterministic.
287
+ .with_stderr_unordered(
288
"\
289
[UPDATING] `[..]` index
290
[DOWNLOADING] crates ...
@@ -813,7 +814,8 @@ fn inherit_dependencies() {
813
814
815
816
817
818
819
820
821
0 commit comments