-
Notifications
You must be signed in to change notification settings - Fork 13k
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
[WIP] Move from rustc_serialize::json to serde_json. #56511
Conversation
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@eddyb if that helps |
☔ The latest upstream changes (presumably #54517) made this pull request unmergeable. Please resolve the merge conflicts. |
Closing in favor of #56795 |
At this stage, this is more of a stubborn demo than anything else, because:
rustc_target::spec
should use deriving instead of JSON manipulationrustdoc::html::render
could probably be cleaner? (cc @dtolnay)rustc_save_analysis
/RLS uses out-of-treerustc_serialize
(cc @nrc)libserialize
has things other than JSON that we could remover? @nikomatsakis cc @rust-lang/compiler