Skip to content

Fix rustdoc test ICE - #48382

Merged
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:fix-rustdoc-test-panic
Feb 22, 2018
Merged

Fix rustdoc test ICE#48382
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:fix-rustdoc-test-panic

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 20, 2018
@estebank

Copy link
Copy Markdown
Contributor

r=me once travis passes

Shouldn't this provide a warning?

@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

@estebank: Hum not sure...

@bors: r=estebank

@bors

bors commented Feb 20, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 5cbf9ae has been approved by estebank

@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 Feb 20, 2018
@QuietMisdreavus

Copy link
Copy Markdown
Contributor

What's the process for nominating for beta backport? This ICE is currently in beta as well.

@estebank

Copy link
Copy Markdown
Contributor

@QuietMisdreavusQuietMisdreavus added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Feb 21, 2018
@QuietMisdreavus

Copy link
Copy Markdown
Contributor

@estebank Thanks!

Nominating for beta backport. The included test ICEs on rustdoc 1.25.0-beta.2 (1e8fbb143 2018-02-19)

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Feb 21, 2018
bors added a commit that referenced this pull request Feb 22, 2018
@bors
bors merged commit 5cbf9ae into rust-lang:masterFeb 22, 2018
@GuillaumeGomez
GuillaumeGomez deleted the fix-rustdoc-test-panic branch February 22, 2018 15:03
@nikomatsakisnikomatsakis added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Feb 22, 2018
@nikomatsakis

Copy link
Copy Markdown
Contributor

Accepting for backport, though I'm not sure which team is responsible. cc @rust-lang/docs

@frewsxcv

Copy link
Copy Markdown
Contributor

beta backport pr: #48454

bors added a commit that referenced this pull request Feb 27, 2018
@alexcrichtonalexcrichton removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Feb 27, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Mar 21, 2018
…tart, r=QuietMisdreavus
Add warning for invalid start of code blocks in rustdoc
Follow up of rust-lang#48382.
Still two things to consider:
1. Adding test for rustdoc output (but where? In UI or in rustdoc tests?).
2. Try to fix the span issue.
r? @QuietMisdreavus
kennytm added a commit to kennytm/rust that referenced this pull request Mar 22, 2018
…tart, r=QuietMisdreavus
Add warning for invalid start of code blocks in rustdoc
Follow up of rust-lang#48382.
Still two things to consider:
1. Adding test for rustdoc output (but where? In UI or in rustdoc tests?).
2. Try to fix the span issue.
r? @QuietMisdreavus
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beta-acceptedAccepted for backporting to the compiler in the beta channel.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

@GuillaumeGomez@estebank@bors@QuietMisdreavus@nikomatsakis@frewsxcv@alexcrichton@rust-highfive