-
Notifications
You must be signed in to change notification settings - Fork 13.3k
run rustfmt on rtstartup folder #33950
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @Manishearth |
@@ -40,7 +39,7 @@ pub mod eh_frames | |||
|
|||
// Unwind info registration/deregistration routines. | |||
// See the docs of `unwind` module in libstd. | |||
extern { | |||
extern "C" { |
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 adding "C" in here?
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.
extern is extern "C" by default
cc @nrc |
@bors r+ rollup |
📌 Commit 36964d4 has been approved by |
No description provided.