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 @@ -158,6 +158,7 @@ fn run_command(cmd: Command) -> anyhow::Result<()> {
158158 missing_deps = true ;
159159 } else if line. contains ( "failed to parse manifest at" )
160160 || line. contains ( "error: invalid table header" )
161+ || line. contains ( "error: invalid type: " )
161162 || line. contains ( "error: cyclic feature dependency: feature " )
162163 || line. contains ( "error: cyclic package dependency: package " )
163164 {
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ test_prepare_error_stderr!(
323323 "error: failed to select a version for the requirement `empty-library = \" =0.5.0\" `"
324324) ;
325325
326- test_prepare_uncategorized_err ! (
326+ test_prepare_error_stderr ! (
327327 test_invalid_cargotoml_content_type_in_deps,
328328 "invalid-cargotoml-content-type-in-deps" ,
329329 BrokenDependencies ,
You can’t perform that action at this time.
0 commit comments