normalize use of backticks for compiler messages in remaining modules#62908
Merged
bors merged 1 commit intorust-lang:masterfrom Jul 24, 2019
Merged
Conversation
Contributor
|
Some changes occurred in diagnostic error codes |
Contributor
|
(rust_highfive has picked a reviewer for you, use r? to override) |
Author
|
r? @alexreg |
alexreg
suggested changes
Jul 23, 2019
Contributor
alexreg
left a comment
There was a problem hiding this comment.
Just a few tiny nits, otherwise looks good!
afe79f9 to
66815c6
Compare
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit 66815c6 has been approved by |
Contributor
|
@bors p=2 |
Collaborator
bors
added a commit
that referenced
this pull request
Jul 23, 2019
…essages_p17, r=alexreg normalize use of backticks for compiler messages in remaining modules #60532
Centril
added a commit
to Centril/rust
that referenced
this pull request
Jul 23, 2019
…_compiler_messages_p17, r=alexreg normalize use of backticks for compiler messages in remaining modules rust-lang#60532
Contributor
|
@bors retry |
Collaborator
|
⌛ Testing commit 66815c6 with merge 4f10af26bf87ec72624cf10a32ef157993ca4ea1... |
Centril
added a commit
to Centril/rust
that referenced
this pull request
Jul 24, 2019
…_compiler_messages_p17, r=alexreg normalize use of backticks for compiler messages in remaining modules rust-lang#60532
Contributor
|
@bors retry |
bors
added a commit
that referenced
this pull request
Jul 24, 2019
Rollup of 11 pull requests Successful merges: - #62261 (Take substs into account in `conservative_is_privately_uninhabited`) - #62528 (Add joining slices of slices with a slice separator, not just a single item) - #62738 (Remove uses of mem::uninitialized from std::sys::cloudabi) - #62784 (Add riscv32i-unknown-none-elf target) - #62808 (Revert "Disable stack probing for gnux32.") - #62814 (add support for hexagon-unknown-linux-musl) - #62822 (Improve some pointer-related documentation) - #62890 (Normalize use of backticks in compiler messages for libsyntax/*) - #62901 (cleanup: Remove `extern crate serialize as rustc_serialize`s) - #62905 (Normalize use of backticks in compiler messages for doc) - #62908 (normalize use of backticks for compiler messages in remaining modules) Failed merges: r? @ghost
Collaborator
bors
added a commit
that referenced
this pull request
Jul 24, 2019
…essages_p17, r=alexreg normalize use of backticks for compiler messages in remaining modules #60532
Collaborator
|
☀️ Test successful - checks-azure |
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.
#60532