-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Correct the polymorphic extern fn error for const parameters #64360
Correct the polymorphic extern fn error for const parameters #64360
Conversation
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit ef984ec9f20403a68655fc6b1827e715d81cbe99 has been approved by |
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 |
ef984ec
to
c8c82bc
Compare
This comment has been minimized.
This comment has been minimized.
c8c82bc
to
14e6947
Compare
c6de6f8
to
f82500b
Compare
This comment has been minimized.
This comment has been minimized.
f82500b
to
ef62e05
Compare
@bors r=cramertj |
📌 Commit ef62e05 has been approved by |
…st-generics, r=cramertj Correct the polymorphic extern fn error for const parameters Before, any polymorphism on extern functions was assumed to be type polymorphism.
…, r=cramertj Correct the polymorphic extern fn error for const parameters Before, any polymorphism on extern functions was assumed to be type polymorphism.
☀️ Test successful - checks-azure |
Before, any polymorphism on extern functions was assumed to be type polymorphism.