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 ( "registry index was not found in any configuration:" )
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 @@ -306,7 +306,7 @@ test_prepare_error_stderr!(
306
306
test_prepare_error_stderr ! (
307
307
test_invalid_cargotoml_missing_registry_config,
308
308
"invalid-cargotoml-missing-registry-config" ,
309
- BrokenDependencies ,
309
+ MissingDependencies ,
310
310
"registry index was not found in any configuration: `will-be-removed`"
311
311
) ;
312
312
You can’t perform that action at this time.
0 commit comments