-
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: Pass Context as a &mut to allow to remove RefCell fields #90323
Comments
@rustbot claim Going to give this one a try! |
To be clear, I'm removing the |
Yes. |
Hi @Milo123459, have you had time to work on this? Feel free to ask here or on Zulip if you need help :) |
I have worked on it pretty actively. The amount of borrowing errors is.. indescribably large. |
@Milo123459 let me see if I can help with that at all :) I pinged you on https://rust-lang.zulipchat.com/#narrow/stream/266220-rustdoc/topic/.26mut.20Context so we can talk with less delay. |
Fantastic! |
Finally made a PR for it! #91468 |
@rustbot release |
Apparently not. 😆 I'll take a look to this issue then based on your work. |
@Milo123459 the command is |
Ahh! |
It was discussed in #90183 because of the add of the
Context::deref_id_map
field.The text was updated successfully, but these errors were encountered: