Skip to content

Remove #[doc(hidden)] from Error::type_id - #59587

Merged
bors merged 1 commit into
rust-lang:masterfrom
XAMPPRocky:master
Mar 31, 2019
Merged

Remove #[doc(hidden)] from Error::type_id#59587
bors merged 1 commit into
rust-lang:masterfrom
XAMPPRocky:master

Conversation

@XAMPPRocky

@XAMPPRockyXAMPPRocky commented Mar 31, 2019

Copy link
Copy Markdown
Contributor

Nominating this for beta so that Error::type_id has documentation in time for release.

cc @rust-lang/release @rust-lang/docs

@XAMPPRockyXAMPPRocky added C-enhancement Category: An issue proposing an enhancement or a PR with one. beta-nominated Nominated for backporting to the compiler in the beta channel. A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools labels Mar 31, 2019
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 31, 2019
@Centril

Copy link
Copy Markdown
Contributor

👍

r? @Centril
@bors r+ rollup

@bors

bors commented Mar 31, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit c056a79 has been approved by Centril

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 31, 2019
Centril added a commit to Centril/rust that referenced this pull request Mar 31, 2019
Remove #[doc(hidden)] from Error::type_id
Nominating this for beta so that `Error::type_id` has documentation in time for release.
cc @rust-lang/release @rust-lang/docs
@CentrilCentril mentioned this pull request Mar 31, 2019
bors added a commit that referenced this pull request Mar 31, 2019
Rollup of 7 pull requests
Successful merges:
- #58805 (Lint for redundant imports)
- #59506 (Use platform dependent mcount function)
- #59519 (rustc_target: factor out common fields of non-Single Variants.)
- #59580 (Allow closure to unsafe fn coercion)
- #59581 (Stabilize refcell_replace_swap feature)
- #59583 (match match match match match)
- #59587 (Remove #[doc(hidden)] from Error::type_id)
Failed merges:
r? @ghost
@bors
bors merged commit c056a79 into rust-lang:masterMar 31, 2019
@steveklabnik

Copy link
Copy Markdown
Contributor

I'm not sure why this is hidden in the first place but I am fine with backporting it.

@cuviper

Copy link
Copy Markdown
Member

It was just that unstable? #58048

@CentrilCentril added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Apr 3, 2019
@Centril

Copy link
Copy Markdown
Contributor

beta-accepted based on #59587 (comment).

@emilyalbiniemilyalbini mentioned this pull request Apr 5, 2019
@emilyalbiniemilyalbini removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Apr 5, 2019
bors added a commit that referenced this pull request Apr 7, 2019
[beta] Rollup backports
Cherry-picked:
* #58021: Fix fallout from #57667
* #59599: Updated RELEASES.md for 1.34.0
* #59587: Remove #[doc(hidden)] from Error::type_id
* #58994: Hide deprecation warnings inside derive expansions
* #58015: Expand docs for `TryFrom` and `TryInto`.
* #59770: ci: pin android emulator to 28.0.23
* #59704: ci: Update FreeBSD tarball downloads
* #59257: Update CI configuration for building Redox libraries
* #59724: Function arguments should never get promoted
r? @ghost
bors added a commit that referenced this pull request Apr 8, 2019
[beta] Rollup backports
Cherry-picked:
* #58021: Fix fallout from #57667
* #59599: Updated RELEASES.md for 1.34.0
* #59587: Remove #[doc(hidden)] from Error::type_id
* #58994: Hide deprecation warnings inside derive expansions
* #58015: Expand docs for `TryFrom` and `TryInto`.
* #59770: ci: pin android emulator to 28.0.23
* #59704: ci: Update FreeBSD tarball downloads
* #59257: Update CI configuration for building Redox libraries
* #59724: Function arguments should never get promoted
* #59499: Fix broken download link in the armhf-gnu image
* #58330: Add rustdoc JS non-std tests
* #58848: Prevent cache issues on version updates
r? @ghost
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsbeta-acceptedAccepted for backporting to the compiler in the beta channel.C-enhancementCategory: An issue proposing an enhancement or a PR with one.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@XAMPPRocky@rust-highfive@Centril@bors@steveklabnik@cuviper@alexcrichton@emilyalbini