Skip to content

Add regression test for generic const in rustdoc - #98535

Merged
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:regression-test-92859
Jun 26, 2022
Merged

Add regression test for generic const in rustdoc#98535
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:regression-test-92859

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

Fixes#92859.

r? @lcnr

@GuillaumeGomezGuillaumeGomez added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Jun 26, 2022
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 26, 2022
@lcnr

lcnr commented Jun 26, 2022

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Jun 26, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 0398aa8 has been approved by lcnr

@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 Jun 26, 2022
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jun 26, 2022
…9, r=lcnr
Add regression test for generic const in rustdoc
Fixesrust-lang#92859.
r? `@lcnr`
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jun 26, 2022
…9, r=lcnr
Add regression test for generic const in rustdoc
Fixesrust-lang#92859.
r? ``@lcnr``
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 26, 2022
…askrgr
Rollup of 11 pull requests
Successful merges:
- rust-lang#97140 (std: use an event-flag-based thread parker on SOLID)
- rust-lang#97295 ([rustc_parse] Forbid `let`s in certain places)
- rust-lang#97743 (make const_err show up in future breakage reports)
- rust-lang#97908 (Stabilize NonZero* checked operations constness.)
- rust-lang#98297 (Transform help popup into a pocket menu)
- rust-lang#98428 (macros: use typed identifiers in diag and subdiag derive)
- rust-lang#98528 (Respect --color when building rustbuild itself)
- rust-lang#98535 (Add regression test for generic const in rustdoc)
- rust-lang#98538 (Add a ui test for issue rust-lang#91883)
- rust-lang#98540 (Add regression test for rust-lang#87558)
- rust-lang#98541 (Update `std::alloc::System` doc example code style)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 50b6e7d into rust-lang:masterJun 26, 2022
@rustbotrustbot added this to the 1.64.0 milestone Jun 26, 2022
@GuillaumeGomez
GuillaumeGomez deleted the regression-test-92859 branch June 26, 2022 21:58
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.

ICE when generating docs with generic_const_exprs feature

5 participants

@GuillaumeGomez@lcnr@bors@rust-highfive@rustbot