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 @@ -154,6 +154,7 @@ fn run_command(cmd: Command) -> anyhow::Result<()> {
154
154
} else if line. contains ( "failed to load source for dependency" )
155
155
|| line. contains ( "no matching package named" )
156
156
|| line. contains ( "no matching package found" )
157
+ || line. contains ( "no matching package for override " )
157
158
{
158
159
missing_deps = true ;
159
160
} else if line. contains ( "failed to parse manifest at" )
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ test_prepare_error!(
309
309
InvalidCargoTomlSyntax
310
310
) ;
311
311
312
- test_prepare_uncategorized_err ! (
312
+ test_prepare_error_stderr ! (
313
313
test_invalid_cargotoml_missing_override,
314
314
"invalid-cargotoml-missing-override" ,
315
315
MissingDependencies ,
You can’t perform that action at this time.
0 commit comments