File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,8 @@ fn run_command(cmd: Command) -> anyhow::Result<()> {
155
155
|| line. contains ( "no matching package named" )
156
156
|| line. contains ( "no matching package found" )
157
157
|| line. contains ( "no matching package for override " )
158
+ || ( line. contains ( "The patch location " )
159
+ && line. contains ( " does not appear to contain any packages matching the name " ) )
158
160
{
159
161
missing_deps = true ;
160
162
} else if line. contains ( "failed to parse manifest at" )
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ test_prepare_uncategorized_err!(
344
344
"error: package collision in the lockfile: packages lockfile-collision v0.1.0 "
345
345
) ;
346
346
347
- test_prepare_uncategorized_err ! (
347
+ test_prepare_error_stderr ! (
348
348
test_invalid_cargotoml_missing_patch,
349
349
"invalid-cargotoml-missing-patch" ,
350
350
MissingDependencies ,
You can’t perform that action at this time.
0 commit comments