-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
coherence regression from RFC 1023 #24241
Comments
triage: P-high (1.0) |
nikomatsakis
added a commit
to nikomatsakis/rust
that referenced
this issue
Apr 9, 2015
coherence. Skolemized parameters wind up preventing unification. Surprised we had no test for this! Fixes rust-lang#24241.
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 10, 2015
…failure, r=pnkfelix Don't use skolemized parameters but rather fresh variables in coherence. Skolemized parameters wind up preventing unification. Surprised we had no test for this! Fixes rust-lang#24241. r? @pnkfelix
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Apr 10, 2015
…failure, r=pnkfelix Don't use skolemized parameters but rather fresh variables in coherence. Skolemized parameters wind up preventing unification. Surprised we had no test for this! Fixes rust-lang#24241. r? @pnkfelix
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Apr 10, 2015
…failure, r=pnkfelix Don't use skolemized parameters but rather fresh variables in coherence. Skolemized parameters wind up preventing unification. Surprised we had no test for this! Fixes rust-lang#24241. r? @pnkfelix
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 10, 2015
…failure, r=pnkfelix Don't use skolemized parameters but rather fresh variables in coherence. Skolemized parameters wind up preventing unification. Surprised we had no test for this! Fixes rust-lang#24241. r? @pnkfelix
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 10, 2015
…failure, r=pnkfelix Don't use skolemized parameters but rather fresh variables in coherence. Skolemized parameters wind up preventing unification. Surprised we had no test for this! Fixes rust-lang#24241. r? @pnkfelix
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 10, 2015
…failure, r=pnkfelix Don't use skolemized parameters but rather fresh variables in coherence. Skolemized parameters wind up preventing unification. Surprised we had no test for this! Fixes rust-lang#24241. r? @pnkfelix
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 10, 2015
…failure, r=pnkfelix Don't use skolemized parameters but rather fresh variables in coherence. Skolemized parameters wind up preventing unification. Surprised we had no test for this! Fixes rust-lang#24241. r? @pnkfelix
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 10, 2015
…failure, r=pnkfelix Don't use skolemized parameters but rather fresh variables in coherence. Skolemized parameters wind up preventing unification. Surprised we had no test for this! Fixes rust-lang#24241. r? @pnkfelix
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Apr 11, 2015
…failure, r=pnkfelix Don't use skolemized parameters but rather fresh variables in coherence. Skolemized parameters wind up preventing unification. Surprised we had no test for this! Fixes rust-lang#24241. r? @pnkfelix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This example should not pass coherence, and it doesn't used to, but it does now:
The text was updated successfully, but these errors were encountered: