Skip to content
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

Capture rustc output in rustdoc tests #12627

Merged
merged 2 commits into from
Mar 1, 2014
Merged

Conversation

alexcrichton
Copy link
Member

This helps prevent the unfortunate interleavings found in #12623.

This commit alters the diagnostic emission machinery to be focused around a
Writer for emitting errors. This allows it to not hard-code emission of errors
to stderr (useful for other applications).
This helps prevent interleaving of error messages when running rustdoc tests.
This has an interesting bit of shuffling with I/O handles, but other than that
this is just using the APIs laid out in the previous commit.

Closes rust-lang#12623
bors added a commit that referenced this pull request Mar 1, 2014
This helps prevent the unfortunate interleavings found in #12623.
@bors bors closed this Mar 1, 2014
@bors bors merged commit 0e1a860 into rust-lang:master Mar 1, 2014
@alexcrichton alexcrichton deleted the issue-12623 branch March 1, 2014 18:04
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 25, 2022
…Veykril

fix: complete enum variants as patterns in pattern path

close rust-lang#12593
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.

2 participants