Uh oh!
There was an error while loading. Please reload this page.
Add warning for invalid start of code blocks in rustdoc - #48596
Merged
alexcrichton merged 1 commit intoMar 22, 2018
Conversation
QuietMisdreavus
commented
Feb 28, 2018
Contributor
Code looks good. As to your points:
|
GuillaumeGomez
commented
Mar 1, 2018
MemberAuthor
It's not referring to the "correct" place. I have some ideas to fix it, shouldn't be long. |
emilyalbini
commented
Mar 12, 2018
Member
Ping from triage @GuillaumeGomez! Is 11 days still not long enough? |
GuillaumeGomez
commented
Mar 12, 2018
MemberAuthor
Been busy. I'll try to fix the issue when I have time. |
GuillaumeGomezforce-pushed
the
invalid-code-block-start
branch
from
March 18, 2018 19:35
ee2ad41 to
7786f70CompareGuillaumeGomez
commented
Mar 18, 2018
MemberAuthor
Updated. |
QuietMisdreavus
commented
Mar 19, 2018
Contributor
I forget what the code looked like before. Does this fix the "span issue" to your liking? |
GuillaumeGomez
commented
Mar 20, 2018
MemberAuthor
Yes! :) |
QuietMisdreavus
commented
Mar 20, 2018
Contributor
Works for me! @bors r+ |
bors
commented
Mar 20, 2018
Collaborator
📌 Commit 7786f70 has been approved by |
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up of #48382.
Still two things to consider:
r? @QuietMisdreavus