File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ impl<'gctx> PackageRegistry<'gctx> {
491491 name,
492492 duplicate_locations. join( ", " )
493493 ) )
494- . context ( format ! ( "failed to resolve patches in `{}`" , url) ) ;
494+ . context ( format ! ( "failed to resolve patches for `{}`" , url) ) ;
495495 }
496496 }
497497
Original file line number Diff line number Diff line change @@ -1890,7 +1890,7 @@ fn patch_same_version() {
18901890 . with_status ( 101 )
18911891 . with_stderr_data ( str![ [ r#"
18921892[UPDATING] git repository `[ROOTURL]/override`
1893- [ERROR] failed to resolve patches in `https://github.com/rust-lang/crates.io-index`
1893+ [ERROR] failed to resolve patches for `https://github.com/rust-lang/crates.io-index`
18941894
18951895Caused by:
18961896 cannot have two `[patch]` entries which both resolve to `bar v0.1.0`.
@@ -1950,7 +1950,7 @@ fn patch_same_version_different_patch_locations() {
19501950 . with_status ( 101 )
19511951 . with_stderr_data ( str![ [ r#"
19521952[UPDATING] git repository `[ROOTURL]/override`
1953- [ERROR] failed to resolve patches in `https://github.com/rust-lang/crates.io-index`
1953+ [ERROR] failed to resolve patches for `https://github.com/rust-lang/crates.io-index`
19541954
19551955Caused by:
19561956 cannot have two `[patch]` entries which both resolve to `bar v0.1.0`.
You can’t perform that action at this time.
0 commit comments