Skip to content

Conversation

notriddle
Copy link
Contributor

Fixes #130470

@rustbot
Copy link
Collaborator

rustbot commented Sep 19, 2024

r? @GuillaumeGomez

rustbot has assigned @GuillaumeGomez.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Sep 19, 2024
running 3 tests
test $DIR/doctest-output.rs - (line 8) ... ok
test $DIR/doctest-output.rs - ExpandedStruct (line 24) ... ok
test $DIR/doctest-output.rs - ExpandedStruct (line 25) ... ok
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 25 is here, and this seems fine.

@rust-log-analyzer

This comment has been minimized.

@GuillaumeGomez
Copy link
Member

Ah you forgot to fmt the code. :)

@notriddle notriddle force-pushed the notriddle/doctest-span branch from 1870efb to 65e432d Compare September 19, 2024 20:57
@notriddle
Copy link
Contributor Author

@GuillaumeGomez Yes, I did...

@GuillaumeGomez
Copy link
Member

Happens to the best of us. 😉

r=me once CI pass. 👍

@notriddle
Copy link
Contributor Author

@bors r=GuillaumeGomez rollup

@bors
Copy link
Collaborator

bors commented Sep 19, 2024

📌 Commit 65e432d has been approved by GuillaumeGomez

It is now in the queue for this repository.

@bors bors 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 Sep 19, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 20, 2024
…iaskrgr

Rollup of 3 pull requests

Successful merges:

 - rust-lang#130485 (Do not expect infer/bound/placeholder/error in v0 symbol mangling)
 - rust-lang#130567 (Register tool docs for compiletest)
 - rust-lang#130582 (rustdoc: use the correct span for doctests)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit ee4afa3 into rust-lang:master Sep 20, 2024
6 checks passed
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Sep 20, 2024
Rollup merge of rust-lang#130582 - notriddle:notriddle/doctest-span, r=GuillaumeGomez

rustdoc: use the correct span for doctests

Fixes rust-lang#130470
@rustbot rustbot added this to the 1.83.0 milestone Sep 20, 2024
@notriddle notriddle deleted the notriddle/doctest-span branch September 24, 2024 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant 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.

rustdoc reports issues against lib.rs rather than an include_str!'d file
5 participants