Skip to content

Print const generics properly in rustdoc - #61293

Merged
bors merged 3 commits into
rust-lang:masterfrom
varkor:rustdoc-print-const-generic
May 29, 2019
Merged

Print const generics properly in rustdoc#61293
bors merged 3 commits into
rust-lang:masterfrom
varkor:rustdoc-print-const-generic

Conversation

@varkor

Copy link
Copy Markdown
Contributor

Now that #59276 is merged, we can print consts properly in rustdoc.

Fixes#60737.
Fixes#61257.

r? @GuillaumeGomez

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

Copy link
Copy Markdown
Member

Thanks!

@bors: r+ rollup

@bors

bors commented May 29, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 9c9b7b4 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 May 29, 2019
Centril added a commit to Centril/rust that referenced this pull request May 29, 2019
… r=GuillaumeGomez
Print const generics properly in rustdoc
Now that rust-lang#59276 is merged, we can print consts properly in rustdoc.
Fixesrust-lang#60737.
Fixesrust-lang#61257.
r? @GuillaumeGomez
@CentrilCentril mentioned this pull request May 29, 2019
Centril added a commit to Centril/rust that referenced this pull request May 29, 2019
… r=GuillaumeGomez
Print const generics properly in rustdoc
Now that rust-lang#59276 is merged, we can print consts properly in rustdoc.
Fixesrust-lang#60737.
Fixesrust-lang#61257.
r? @GuillaumeGomez
@CentrilCentril mentioned this pull request May 29, 2019
oli-obk added a commit to oli-obk/rust that referenced this pull request May 29, 2019
… r=GuillaumeGomez
Print const generics properly in rustdoc
Now that rust-lang#59276 is merged, we can print consts properly in rustdoc.
Fixesrust-lang#60737.
Fixesrust-lang#61257.
r? @GuillaumeGomez
@oli-obkoli-obk mentioned this pull request May 29, 2019
bors added a commit that referenced this pull request May 29, 2019
Rollup of 7 pull requests
Successful merges:
- #60549 (do not print panic message on doctest failures)
- #60885 (strip synstructure consts from compiler docs)
- #61217 (Account for short-hand init structs when suggesting conversion)
- #61261 (is_union returns ty to avoid computing it twice)
- #61293 (Print const generics properly in rustdoc)
- #61310 (split libcore::mem into multiple files)
- #61313 (Simplify Set1::insert)
Failed merges:
r? @ghost
@bors
bors merged commit 9c9b7b4 into rust-lang:masterMay 29, 2019
@varkor
varkor deleted the rustdoc-print-const-generic branch May 29, 2019 23:00
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rustdoc fails to display const generics correctly Weird generated documentation with const generics

4 participants

@varkor@GuillaumeGomez@bors@rust-highfive