-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fixup for #22510 #22982
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
Fixup for #22510 #22982
Conversation
Could you adjust the commit message so that it stands alone more (e.g. "Revert incorrect |
@@ -283,7 +283,7 @@ impl Builder { | |||
// address at which our stack started). | |||
let main = move || { | |||
let something_around_the_top_of_the_stack = 1; | |||
let addr = &something_around_the_top_of_the_stack as *const isize; | |||
let addr = &something_around_the_top_of_the_stack as *const i32; |
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.
Why change this?
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.
It's irrelevant what something_around_the_top_of_the_stack
is, so i32
is just okay.
Just need a small explanation there to confirm; though I suspect I understand what's going on. Also, agree with huon, a standalone message would be nice. Thanks! |
@Manishearth Reworded the commit message as suggested. |
@bors: rollup r+ |
⌛ Testing commit 22c204a with merge c330a54... |
💔 Test failed - auto-linux-64-nopt-t |
r? @Manishearth