Uh oh!
There was an error while loading. Please reload this page.
Fix equivalent string in escape_default docs - #59946
Merged
Merged
Conversation
rust-highfive
commented
Apr 13, 2019
Contributor
r? @Kimundi (rust_highfive has picked a reviewer for you, use r? to override) |
Centril
commented
Apr 28, 2019
Contributor
r? @ehuss |
ehuss
commented
Apr 29, 2019
Contributor
@bors r+ rollup |
bors
commented
Apr 29, 2019
Collaborator
@ehuss: 🔑 Insufficient privileges: not in try users |
This comment has been minimized.
This comment has been minimized.
ehuss
commented
Apr 29, 2019
Contributor
Oh, @Centril you need to delegate=ehuss when you assign me. |
Centril
commented
Apr 29, 2019
Contributor
@bors delegate=ehuss @pietroalbini Can you give @ehuss r+ rights? |
bors
commented
Apr 29, 2019
Collaborator
✌️ @ehuss can now approve this pull request |
Centril
commented
Apr 29, 2019
Contributor
@bors r=ehuss rollup |
bors
commented
Apr 29, 2019
Collaborator
📌 Commit e2613f5 has been approved by |
emilyalbini
commented
Apr 29, 2019
Member
I'm not the one who should decide who gets r+ perms... Ask the compiler team. |
Centril
commented
Apr 29, 2019
Contributor
@rust-lang/compiler ^-- asking you =P |
Centril added a commit
to Centril/rust
that referenced
this pull request
Apr 29, 2019
Fix equivalent string in escape_default docs This newline should be escaped.
bors added a commit
that referenced
this pull request
Apr 29, 2019
Rollup of 9 pull requests Successful merges: - #59946 (Fix equivalent string in escape_default docs) - #60256 (Option::flatten) - #60305 (hir: remove LoweredNodeId) - #60334 (Stabilized vectored IO) - #60353 (Add test not to forget resolved ICE) - #60356 (Stabilize str::as_mut_ptr) - #60358 (Clarify the short explanation of E0207) - #60359 (resolve: Consider erroneous imports used to avoid duplicate diagnostics) - #60360 (Add test case for labeled break in const assignment) Failed merges: r? @ghost
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 freeto 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.
This newline should be escaped.