Skip to content

Allow capturing of a task's stdout and log #10775

New issue

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

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

The major use case for this is the test harness. This allows suppression of all
failure messages of #[should_fail] tests. Successful test runs will now have no
extra output other than what the test harness normally prints.

The major use case for this is the test harness. This allows suppression of all
failure messages of #[should_fail] tests. Successful test runs will now have no
extra output other than what the test harness normally prints.
@alexcrichton
Copy link
Member Author

I am uncomfortable with how this is turning out. I have better ideas of where to take this which will require more work, so closing for now.

@alexcrichton alexcrichton deleted the task-logger branch February 14, 2014 04:22
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 20, 2023
Ignoring `let_underscore_untyped` warnings in code from proc macros

Don't linting let_underscore_untyped if code was generated by procedural macro.

This PR fixes rust-lang/rust-clippy#10723

---

closes: rust-lang/rust-clippy#10723

changelog: Fix: [`let_underscore_untyped`]: No longer lints inside proc macros
[rust-lang#10775](rust-lang/rust-clippy#10775)
<!-- changelog_checked -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants