-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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: do not mark the contents of a skipped module as inlined #100207
rustdoc: do not mark the contents of a skipped module as inlined #100207
Conversation
r? @jsha (rust-highfive has picked a reviewer for you, use r? to override) |
It would be great to get a quick review here, in case we decide to backport this into 1.63 beta (shipping as stable this upcoming Thursday). cc @rust-lang/rustdoc It would also be good for comments on whether it makes sense to backport this or instead drop #99738 from 1.63 -- see my comments on the issue #100204 (comment) |
@bors r+ I think backporting this should be fine? Unsure. |
@bors p=1 -- would like to get this landed and out on nightly quickly for any extra testing that'll give us |
⌛ Testing commit 2289955 with merge fb74b0bb979e91ea449358a8d04feded9baa4711... |
💥 Test timed out |
@bors retry x64-msvc timed out |
☀️ Test successful - checks-actions |
Finished benchmarking commit (6a11cad): comparison url. Instruction count
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 |
…Simulacrum [stable] 1.63.0 release Includes cherry picks of: * rust-lang#100207 * rust-lang/rust-clippy#9302 * Avoid ICE in rustdoc when using Fn bounds rust-lang#100205 r? `@Mark-Simulacrum`
…mulacrum [beta] 1.64.0 branching Includes cherry picks of: * rust-lang#100207 * rust-lang/rust-clippy#9302 * rust-lang/rust@49b1904 (explicit_auto_deref into nursery) * Avoid ICE in rustdoc when using Fn bounds rust-lang#100205 r? `@Mark-Simulacrum`
Fixes #100204