Fix nightly exported_priv_warning test.#8678
Merged
bors merged 1 commit intorust-lang:masterfrom Sep 5, 2020
Merged
Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
Member
|
@bors: r+ |
Contributor
|
📌 Commit fd25718 has been approved by |
Contributor
Contributor
|
☀️ Test successful - checks-actions |
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
Sep 8, 2020
Update cargo 8 commits in 126907a7cfccbe93778530e6a6bbaa3adb6c515c..875e0123259b0b6299903fe4aea0a12ecde9324f 2020-08-31 20:42:11 +0000 to 2020-09-08 20:17:21 +0000 - Lowercase and remove periods in error messages for consistency (rust-lang/cargo#8655) - Allow running build-man.sh from any directory (rust-lang/cargo#8682) - docs: add details for cargo check pass where cargo build fail (rust-lang/cargo#8677) - Fix nightly exported_priv_warning test. (rust-lang/cargo#8678) - fix mdbook test with ```ignore/text/sh/console (rust-lang/cargo#8674) - End CACHEDIR.TAG with newline (rust-lang/cargo#8672) - Fixed the fossil repo initialization actually run commands (rust-lang/cargo#8671) - Remove asciidoc attribute in cargo-metadata man page. (rust-lang/cargo#8670)
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.
Error messages have slightly changed due to rust-lang/rust#73996 to not include the full path. I used a
[..]match just in case anyone is still using a slightly older nightly, or if it changes again in the future.