We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo nextest
since #10426
cargo nextest run no longer prints any status output
cargo nextest run
also a bunch of tests fail
tests/ui/as_conversions.rs tests/ui/allow_attributes_without_reason.rs tests/ui/borrow_deref_ref.rs tests/ui/deref_addrof_macro.rs tests/ui/doc_unsafe.rs tests/ui/equatable_if_let.rs tests/ui/empty_line_after_doc_comments.rs tests/ui/large_enum_variant.rs tests/ui/manual_slice_size_calculation.rs tests/ui/multiple_unsafe_ops_per_block.rs tests/ui/must_use_unit.rs tests/ui/option_env_unwrap.rs tests/ui/single_match_else.rs
No response
The text was updated successfully, but these errors were encountered:
Having the same issue. For some reason running cargo bless separately then the rest of the tests works fine
cargo bless
Sorry, something went wrong.
2e32905
Successfully merging a pull request may close this issue.
Description
since #10426
cargo nextest run
no longer prints any status outputalso a bunch of tests fail
Version
No response
Additional Labels
No response
The text was updated successfully, but these errors were encountered: