-
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
Various cleanups to save analysis #63055
Conversation
This extracts the core visiting logic
DumpVisitor { | ||
tcx: save_ctxt.tcx, | ||
save_ctxt, | ||
dumper, | ||
span: span_utils, | ||
cur_scope: CRATE_NODE_ID, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, that's weird. So it was unused all along?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, makes sense. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a welcome cleanup, thanks!
@bors r+ rollup
DumpVisitor { | ||
tcx: save_ctxt.tcx, | ||
save_ctxt, | ||
dumper, | ||
span: span_utils, | ||
cur_scope: CRATE_NODE_ID, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, makes sense. Thanks!
Er, does it have to be a regular comment? @bors r+ rollup |
📌 Commit 5ff0856 has been approved by |
…-2, r=Xanewok Various cleanups to save analysis
Rollup of 6 pull requests Successful merges: - #62809 (rustc: Update wasm32 support for LLVM 9) - #63055 (Various cleanups to save analysis) - #63076 (Miri: fix determining size of an "extra function" allocation) - #63077 (cleanup: Remove some language features related to built-in macros) - #63086 (Ignore test cases that are not supported by vxWorks) - #63092 (Update `impl Trait` gate issues) Failed merges: r? @ghost
No description provided.