Uh oh!
There was an error while loading. Please reload this page.
lint missing docs for extern items - #77032
Merged
Merged
Conversation
rust-highfive
commented
Sep 21, 2020
Contributor
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
lcnr
commented
Sep 21, 2020
ContributorAuthor
r? @davidtwco |
lcnrforce-pushed
the
visit-all-the-item-likes
branch
from
September 21, 2020 22:03
235c95a to
d452744Comparedavidtwco
commented
Sep 21, 2020
Member
@bors r+ |
bors
commented
Sep 21, 2020
Collaborator
📌 Commit d452744 has been approved by |
dboyce-gh
commented
Sep 21, 2020
Where is check_foreign_item() called? |
tesuji
commented
Sep 22, 2020
Contributor
It is always called, just that's the default implementation on |
ecstatic-morse added a commit
to ecstatic-morse/rust
that referenced
this pull request
Sep 22, 2020
…vidtwco lint missing docs for extern items fixesrust-lang#76991
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 22, 2020
…atic-morse Rollup of 13 pull requests Successful merges: - rust-lang#72734 (Reduce duplicate in liballoc reserve error handling) - rust-lang#76131 (Don't use `zip` to compare iterators during pretty-print hack) - rust-lang#76150 (Don't recommend ManuallyDrop to customize drop order) - rust-lang#76275 (Implementation of Write for some immutable ref structs) - rust-lang#76489 (Add explanation for E0756) - rust-lang#76581 (do not ICE on bound variables, return `TooGeneric` instead) - rust-lang#76655 (Make some methods of `Pin` unstable const) - rust-lang#76783 (Only get ImplKind::Impl once) - rust-lang#76807 (Use const-checking to forbid use of unstable features in const-stable functions) - rust-lang#76888 (use if let instead of single match arm expressions) - rust-lang#76914 (extend `Ty` and `TyCtxt` lints to self types) - rust-lang#77022 (Reduce boilerplate for BytePos and CharPos) - rust-lang#77032 (lint missing docs for extern items) 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.
fixes#76991