-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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: Remove fake_def_ids
RefCell
#82382
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
This may be worth a perf run since I had to remove the use of the |
f426c86
to
0b19770
Compare
This comment has been minimized.
This comment has been minimized.
r? @jyn514 |
0b19770
to
82c58b9
Compare
Can you post the error you get if you use entry instead? I'd prefer to keep using it if possible. |
|
You can fix that by not going through the
|
82c58b9
to
45673e2
Compare
r=me with CI passing (remember to use |
@bors r+ |
📌 Commit 45673e2 has been approved by |
Since this may have perf implications: @bors rollup=never |
Rollup of 9 pull requests Successful merges: - rust-lang#82098 (Add internal `collect_into_array[_unchecked]` to remove duplicate code) - rust-lang#82228 (Provide NonZero_c_* integers) - rust-lang#82287 (Make "missing field" error message more natural) - rust-lang#82351 (Use the first paragraph, instead of cookie-cutter text, for rustdoc descriptions) - rust-lang#82353 (rustdoc: Remove unnecessary `Cell` around `param_env`) - rust-lang#82367 (remove redundant option/result wrapping of return values) - rust-lang#82372 (improve UnsafeCell docs) - rust-lang#82379 (Fix sizes of repr(C) enums on hexagon) - rust-lang#82382 (rustdoc: Remove `fake_def_ids` RefCell) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
No description provided.