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