-
Notifications
You must be signed in to change notification settings - Fork 14k
Rustdoc: Fix stab disappearing and exclude cfg "doc" and "doctest" #98108
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: Fix stab disappearing and exclude cfg "doc" and "doctest" #98108
Conversation
e450d7f to
07112a9
Compare
|
Apart from the little nit in the test, looks good to me, thanks! Want to take a look as well @notriddle ? |
07112a9 to
72a5673
Compare
notriddle
left a comment
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.
Mostly looks good. Just one little nitpick, then we merge!
72a5673 to
713578b
Compare
|
@bors r=notriddle,GuillaumeGomez |
|
📌 Commit 713578b has been approved by |
…fix, r=notriddle,GuillaumeGomez Rustdoc: Fix stab disappearing and exclude cfg "doc" and "doctest" Fixes rust-lang#98065 Context: rust-lang#43781 (comment) r? `@GuillaumeGomez`
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (392d272): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Fixes #98065 Context: #43781 (comment)
r? @GuillaumeGomez