Skip to content

Move to intra-doc links in /library/core/src/borrow.rs - #75369

Merged
bors merged 2 commits into
rust-lang:masterfrom
denisvasilik:intra-doc-links-core-borrow
Aug 11, 2020
Merged

Move to intra-doc links in /library/core/src/borrow.rs#75369
bors merged 2 commits into
rust-lang:masterfrom
denisvasilik:intra-doc-links-core-borrow

Conversation

@denisvasilik

Copy link
Copy Markdown
Contributor

Helps with #75080.

@rustbot modify labels: T-doc, A-intra-doc-links, T-rustdoc

Known issues:

@rustbotrustbot added A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Aug 10, 2020
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @kennytm

(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 Aug 10, 2020
@Manishearth

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Aug 10, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit d7e7271 has been approved by Manishearth

@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 Aug 10, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 11, 2020
Rollup of 10 pull requests
Successful merges:
- rust-lang#75098 (Clippy pointer cast lint experiment)
- rust-lang#75249 (Only add a border for the rust logo)
- rust-lang#75315 (Avoid deleting temporary files on error)
- rust-lang#75316 (Don't try to use wasm intrinsics on vectors)
- rust-lang#75337 (instance: only polymorphize upvar substs)
- rust-lang#75339 (evaluate required_consts when pushing stack frame in Miri engine)
- rust-lang#75363 (Use existing `infcx` when emitting trait impl diagnostic)
- rust-lang#75366 (Add help button)
- rust-lang#75369 (Move to intra-doc links in /library/core/src/borrow.rs)
- rust-lang#75379 (Use intra-doc links in /library/core/src/cmp.rs)
Failed merges:
r? @ghost
@bors
bors merged commit d00c703 into rust-lang:masterAug 11, 2020
@jyn514jyn514 removed the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Aug 25, 2020
@cuvipercuviper added this to the 1.47.0 milestone May 2, 2024
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 toolsA-intra-doc-linksArea: Intra-doc links, the ability to link to items in docs by nameS-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

@denisvasilik@rust-highfive@Manishearth@bors@cuviper@kennytm@jyn514@rustbot