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<()> {
158
158
missing_deps = true ;
159
159
} else if line. contains ( "failed to parse manifest at" )
160
160
|| line. contains ( "error: invalid table header" )
161
+ || line. contains ( "error: cyclic feature dependency: feature " )
161
162
{
162
163
broken_deps = true ;
163
164
} else if line. contains ( "error: failed to parse lock file at" ) {
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ test_prepare_error_stderr!(
289
289
"error: no matching package found"
290
290
) ;
291
291
292
- test_prepare_unknown_err ! (
292
+ test_prepare_error_stderr ! (
293
293
test_invalid_cargotoml_cyclic_feature,
294
294
"invalid-cargotoml-cyclic-feature" ,
295
295
BrokenDependencies ,
You can’t perform that action at this time.
0 commit comments