Merged
Conversation
Also, fix rustdoc warnings.
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
…r=hanna-kruppe Implement RFC 2396: `#[target_feature]` 1.1 Tracking issue: rust-lang#69098 r? @nikomatsakis cc @gnzlbg @joshtriplett
…vink doc: make Stack and StackElement a little pretty Also, fix rustdoc warnings.
Mark query function as must_use. And use the `ensure()` version when the result is not needed.
cleanup: `config::CrateType` -> `CrateType`
Remove recommendation for unmaintained dirs crate See rust-lang#71684 for reasoning here
…Simulacrum Update comment regarding SO_REUSEADDR on Windows
fix rustdoc warnings
Author
|
@bors r+ rollup=never p=7 |
Collaborator
|
📌 Commit 97cf378 has been approved by |
Collaborator
|
⌛ Testing commit 97cf378 with merge abfbf82a0c36e1be3ea15685003dd04d81b82579... |
Collaborator
|
💔 Test failed - checks-azure |
Author
|
@bors retry |
Collaborator
Collaborator
|
☀️ Test successful - checks-azure |
Contributor
|
📣 Toolstate changed by #71807! Tested on commit c1e0552. 💔 rustc-dev-guide on linux: test-pass → test-fail (cc @JohnTitor @amanjeev @spastorino @mark-i-m). |
rust-highfive
added a commit
to rust-lang-nursery/rust-toolstate
that referenced
this pull request
May 3, 2020
Tested on commit rust-lang/rust@c1e0552. Direct link to PR: <rust-lang/rust#71807> 💔 rustc-dev-guide on linux: test-pass → test-fail (cc @JohnTitor @amanjeev @spastorino @mark-i-m).
This was referenced May 3, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
#[target_feature]1.1 #69274 (Implement RFC 2396:#[target_feature]1.1)config::CrateType->CrateType#71777 (cleanup:config::CrateType->CrateType)Failed merges:
r? @ghost