-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
normalize the types of foreign functions #29001
Conversation
This is needed as item types are allowed to be unnormalized. Fixes an ICE that occurs when foreign function signatures contained an associated type. Fixes rust-lang#28983
r? @eddyb |
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit bee664f has been approved by |
⌛ Testing commit bee664f with merge e5e6bc1... |
💔 Test failed - auto-linux-64-x-android-t |
@bors: retry On Mon, Oct 12, 2015 at 4:23 PM, bors notifications@github.com wrote:
|
⌛ Testing commit bee664f with merge d0cc657... |
@bors: retry force |
This is needed as item types are allowed to be unnormalized. Fixes an ICE that occurs when foreign function signatures contained an associated type. Fixes #28983
This is needed as item types are allowed to be unnormalized.
Fixes an ICE that occurs when foreign function signatures contained
an associated type.
Fixes #28983