-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Remove rustdoc clean::Visibility type #103935
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
Remove rustdoc clean::Visibility type #103935
Conversation
Some changes occurred in src/librustdoc/clean/types.rs cc @camelid |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit df32694 with merge 74b4d5fe1d0407440666876c9f4af0821043de41... |
☀️ Try build successful - checks-actions |
Queued 74b4d5fe1d0407440666876c9f4af0821043de41 with parent 160b194, future comparison URL. |
Finished benchmarking commit (74b4d5fe1d0407440666876c9f4af0821043de41): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
I'm surprised there is an improvement. Oh well. Positive surprise. @bors: r=notriddle rollup=iffy |
@GuillaumeGomez It's not real. All of the benchmarks showing a change are for targets that aren't |
Ah perfect! @bors rollup |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#103680 (CStr: add some doc links) - rust-lang#103780 (Fix late-bound lifetime closure ICEs in HIR typeck and MIR borrowck) - rust-lang#103845 (Add track_caller to some Lock methods) - rust-lang#103935 (Remove rustdoc clean::Visibility type) - rust-lang#103941 (Fixed typos) - rust-lang#103950 (Fix ICE when negative impl is collected during eager mono) - rust-lang#103953 (Remove unused argument from `throw_unresolved_import_error`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #90852.
Follow-up of #103690.
This PR completely removes the rustdoc
clean::Visibility
type to use therustc_middle
one instead. I don't think there will be any impact on perf.r? @notriddle