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 @@ -159,6 +159,7 @@ fn run_command(cmd: Command) -> anyhow::Result<()> {
159
159
missing_deps = true ;
160
160
} else if line. contains ( "failed to parse manifest at" )
161
161
|| line. contains ( "error: invalid table header" )
162
+ || line. contains ( "error: invalid type: " )
162
163
|| line. contains ( "error: cyclic feature dependency: feature " )
163
164
|| line. contains ( "error: cyclic package dependency: package " )
164
165
{
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ test_prepare_error_stderr!(
324
324
"error: failed to select a version for the requirement `empty-library = \" =0.5.0\" `"
325
325
) ;
326
326
327
- test_prepare_unknown_err ! (
327
+ test_prepare_error_stderr ! (
328
328
test_invalid_cargotoml_content_type_in_deps,
329
329
"invalid-cargotoml-content-type-in-deps" ,
330
330
BrokenDependencies ,
You can’t perform that action at this time.
0 commit comments