File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ 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 ( "registry index was not found in any configuration:" )
158
+ || line. contains ( "no matching package for override " )
158
159
{
159
160
missing_deps = true ;
160
161
} else if line. contains ( "failed to parse manifest at" )
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ test_prepare_error_stderr!(
310
310
"registry index was not found in any configuration: `will-be-removed`"
311
311
) ;
312
312
313
- test_prepare_unknown_err ! (
313
+ test_prepare_error_stderr ! (
314
314
test_invalid_cargotoml_missing_override,
315
315
"invalid-cargotoml-missing-override" ,
316
316
MissingDependencies ,
You can’t perform that action at this time.
0 commit comments