-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Get rid of EscapeDebugInner
.
#138237
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
base: master
Are you sure you want to change the base?
Get rid of EscapeDebugInner
.
#138237
Conversation
57c0a80
to
0854482
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I'm sure you know this, but if you highlight these lines, you can see that the trailing space is the problem. |
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.
Okay, this looks great to me! I left two comments requesting debug assertions to sanity check the preconditions, r=me after that (or if not possible) and a squash.
@rustbot author for the debug asserts + squash |
9645c1a
to
0d2d520
Compare
@rustbot ready |
This comment has been minimized.
This comment has been minimized.
0d2d520
to
57d9fd7
Compare
This comment has been minimized.
This comment has been minimized.
57d9fd7
to
ce457e1
Compare
Thank you! @bors r+ |
@bors rollup=maybe didn't seem to have any perf impact |
…nner, r=tgross35 Get rid of `EscapeDebugInner`. I read the note on `EscapeDebugInner` and thought I'd give it a try.
Rollup of 7 pull requests Successful merges: - #138237 (Get rid of `EscapeDebugInner`.) - #140809 (Reduce special casing for the panic runtime) - #141990 (Implement send_signal for unix child processes) - #142082 (Refactor `rustc_attr_data_structures` documentation) - #142125 (Stabilize "file_lock" feature) - #142528 (clarify `rustc_do_not_const_check` comment) - #142530 (use `if let` guards where possible) r? `@ghost` `@rustbot` modify labels: rollup
…oss35 Get rid of `EscapeDebugInner`. I read the note on `EscapeDebugInner` and thought I'd give it a try.
💔 Test failed - checks-actions |
I read the note on
EscapeDebugInner
and thought I'd give it a try.