Uh oh!
There was an error while loading. Please reload this page.
normalize use of backticks in compiler messages for librustc_lint - #62810
Merged
bors merged 1 commit intoJul 22, 2019
Merged
Conversation
rust-highfive
commented
Jul 19, 2019
Contributor
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
fakenine
commented
Jul 19, 2019
Author
r? @Centril |
Centril
commented
Jul 19, 2019
Contributor
@bors r+ |
bors
commented
Jul 19, 2019
Collaborator
📌 Commit c25a069b1a2551989ab95a6bea8885f2d106042e has been approved by |
rust-highfive
commented
Jul 19, 2019
Contributor
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Centril
commented
Jul 20, 2019
Contributor
@bors r- |
fakenineforce-pushed
the
normalize_use_of_backticks_compiler_messages_p10
branch
from
July 21, 2019 09:47
c25a069 to
0385d64Comparefakenine
commented
Jul 21, 2019
Author
@Centril Tests are now fixed |
Centril
commented
Jul 21, 2019
Contributor
@bors r+ |
bors
commented
Jul 21, 2019
Collaborator
📌 Commit 0385d64 has been approved by |
Centril added a commit
to Centril/rust
that referenced
this pull request
Jul 22, 2019
…_compiler_messages_p10, r=Centril normalize use of backticks in compiler messages for librustc_lint rust-lang#60532
bors added a commit
that referenced
this pull request
Jul 22, 2019
Rollup of 14 pull requests Successful merges: - #62709 (Test that maplike FromIter satisfies uniqueness) - #62713 (Stabilize <*mut _>::cast and <*const _>::cast) - #62746 ( do not use assume_init in std::io) - #62787 (Fix typo in src/libstd/net/udp.rs doc comment) - #62788 (normalize use of backticks in compiler messages for libcore/ptr) - #62799 (use const array repeat expressions for uninit_array) - #62810 (normalize use of backticks in compiler messages for librustc_lint) - #62812 (normalize use of backticks in compiler messages for librustc_metadata) - #62832 (normalize use of backticks in compiler messages for librustc_incremental) - #62845 (read: fix doc comment) - #62853 (normalize use of backticks in compiler messages for librustc/hir) - #62854 (Fix typo in Unicode character name) - #62858 (Change wrong variable name.) - #62870 (fix lexing of comments with many \r) 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.
#60532