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 79bb2d7 commit 7fb35c9Copy full SHA for 7fb35c9
tests/testsuite/install.rs
@@ -2365,9 +2365,9 @@ fn self_referential() {
2365
}
2366
2367
#[cargo_test]
2368
-fn ambiguous_registry_vs_local_workspace_package() {
2369
- // Correctly install 'foo' from a workspace, even if that workspace
2370
- // (somewhere) also depends on a registry package named 'foo'.
+fn ambiguous_registry_vs_local_package() {
+ // Correctly install 'foo' from a local package, even if that package also
+ // depends on a registry dependency named 'foo'.
2371
Package::new("foo", "0.0.1")
2372
.file("src/lib.rs", "fn hello() {}")
2373
.publish();
0 commit comments