You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kennytm i guess that's because "build-fail" means cargo build failed, and "test-fail" means cargo test failed. Examples/doctests/integration tests and most other tests are #[cfg(test)] so not compiled when doing cargo build. Why should these cases be treated differently from how cargo treats them?
From the most recent cargobomb report at rust-lang/rust#44287, the following should be considered build-fail, but are shown as test-fail:
generator-0.5.0
failed to build an example.treeflection_derive-0.1.16
, ditto.whiteread-0.4.3
failed to build a doctest.The text was updated successfully, but these errors were encountered: