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
} else if line. contains ( "failed to parse manifest at" )
160
160
|| line. contains ( "error: invalid table header" )
161
161
|| line. contains ( "error: cyclic feature dependency: feature " )
162
+ || line. contains ( "error: cyclic package dependency: package " )
162
163
{
163
164
broken_deps = true ;
164
165
} else if line. contains ( "error: failed to parse lock file at" ) {
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ test_prepare_error_stderr!(
296
296
"error: cyclic feature dependency: feature"
297
297
) ;
298
298
299
- test_prepare_unknown_err ! (
299
+ test_prepare_error_stderr ! (
300
300
test_invalid_cargotoml_cyclic_package,
301
301
"invalid-cargotoml-cyclic-package" ,
302
302
BrokenDependencies ,
You can’t perform that action at this time.
0 commit comments