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 88edf01 commit d8a2a61Copy full SHA for d8a2a61
tests/testsuite/registry_overlay.rs
@@ -243,7 +243,8 @@ fn registry_dep_depends_on_new_local_package() {
243
244
p.cargo("check")
245
.overlay_registry(®.index_url(), &alt_path)
246
- .with_stderr_data(str![[r#"
+ .with_stderr_data(
247
+ str![[r#"
248
[UPDATING] `sparse+http://127.0.0.1:[..]/index/` index
249
[LOCKING] 3 packages to latest compatible versions
250
[ADDING] workspace-package v0.0.1 (available: v0.1.1)
@@ -257,7 +258,9 @@ fn registry_dep_depends_on_new_local_package() {
257
258
[CHECKING] foo v0.0.1 ([ROOT]/foo)
259
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
260
-"#]])
261
+"#]]
262
+ .unordered(),
263
+ )
264
.run();
265
}
266
0 commit comments