Skip to content

rustdoc: Add test for mixing doc comments and attrs - #91199

Merged
bors merged 1 commit into
rust-lang:masterfrom
camelid:test-mixing-docs
Nov 25, 2021
Merged

rustdoc: Add test for mixing doc comments and attrs#91199
bors merged 1 commit into
rust-lang:masterfrom
camelid:test-mixing-docs

Conversation

@camelid

Copy link
Copy Markdown
Member

This is a step toward adding more test coverage to make it easier to
remove the distinction between collapsed and uncollapsed doc values.

This is a step toward adding more test coverage to make it easier to
remove the distinction between collapsed and uncollapsed doc values.
@camelidcamelid added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Nov 24, 2021
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @Mark-Simulacrum

(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 Nov 24, 2021
@camelid

Copy link
Copy Markdown
MemberAuthor

r? @GuillaumeGomez

@GuillaumeGomez

Copy link
Copy Markdown
Member

Thanks!

@bors: r+ rollup

@bors

bors commented Nov 24, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 2e0bc33 has been approved by GuillaumeGomez

@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 Nov 24, 2021
Comment threadsrc/test/rustdoc/mixing-doc-comments-and-attrs.rs
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Nov 24, 2021
…meGomez
rustdoc: Add test for mixing doc comments and attrs
This is a step toward adding more test coverage to make it easier to
remove the distinction between collapsed and uncollapsed doc values.
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 24, 2021
…laumeGomez
Rollup of 7 pull requests
Successful merges:
- rust-lang#89542 (Partially stabilize `duration_consts_2`)
- rust-lang#90044 (Restrict aarch64 outline atomics to glibc for now.)
- rust-lang#90420 (Create rustdoc_internals feature gate)
- rust-lang#91075 (Reduce prominence of item-infos)
- rust-lang#91151 (Fix test in std::process on android)
- rust-lang#91179 (Fix more <a> color)
- rust-lang#91199 (rustdoc: Add test for mixing doc comments and attrs)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit ae9681e into rust-lang:masterNov 25, 2021
@rustbotrustbot added this to the 1.58.0 milestone Nov 25, 2021
@camelid
camelid deleted the test-mixing-docs branch November 25, 2021 02:48
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@camelid@rust-highfive@GuillaumeGomez@bors@Mark-Simulacrum@rustbot