-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustdoc: use the correct span for doctests #130582
Conversation
rustbot has assigned @GuillaumeGomez. Use |
@@ -1,7 +1,7 @@ | |||
|
|||
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 |
There was a problem hiding this comment.
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.
/// ``` |
This comment has been minimized.
This comment has been minimized.
Ah you forgot to |
1870efb
to
65e432d
Compare
@GuillaumeGomez Yes, I did... |
Happens to the best of us. 😉 r=me once CI pass. 👍 |
@bors r=GuillaumeGomez rollup |
…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
Rollup merge of rust-lang#130582 - notriddle:notriddle/doctest-span, r=GuillaumeGomez rustdoc: use the correct span for doctests Fixes rust-lang#130470
Fixes #130470