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 b6ba5e7 commit 7b4a4b5Copy full SHA for 7b4a4b5
src/cargo/core/registry.rs
@@ -194,8 +194,9 @@ impl<'cfg> PackageRegistry<'cfg> {
194
let summary = match summaries.next() {
195
Some(summary) => summary,
196
None => {
197
- bail!("patch for `{}` in `{}` did not resolve to any crates. Your patched \
198
- dependency may conflict with the version in Cargo.lock.",
+ bail!("patch for `{}` in `{}` did not resolve to any crates. If this is \
+ unexpected, you may wish to consult: \
199
+ https://github.com/rust-lang/cargo/issues/4678",
200
dep.name(), url)
201
}
202
};
0 commit comments