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<()> {
154154 } else if line. contains ( "failed to load source for dependency" )
155155 || line. contains ( "no matching package named" )
156156 || line. contains ( "no matching package found" )
157+ || line. contains ( "no matching package for override " )
157158 {
158159 missing_deps = true ;
159160 } 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!(
309309 InvalidCargoTomlSyntax
310310) ;
311311
312- test_prepare_uncategorized_err ! (
312+ test_prepare_error_stderr ! (
313313 test_invalid_cargotoml_missing_override,
314314 "invalid-cargotoml-missing-override" ,
315315 MissingDependencies ,
You can’t perform that action at this time.
0 commit comments